reaster / skeleton_riverpod

Combines the Flutter 2.5 skeleton project with the Riverpod state management package as an app starter template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skeleton_riverpod

This project combines the Flutter 2.5 skeleton project with the Riverpod state management library, providing a more elegant, modular, real-world template for starting your new app.

To generate the starting project, the following command was run:

flutter create -t skeleton skeleton_riverpod

For context, riverpod package is a more recent rewrite by the same author of the provider package discussed in the simple app state management tutorial article.

Getting Started

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Assets

The assets directory houses images, fonts, and any other files you want to include with your application.

The assets/images directory contains resolution-aware images.

Localization

This project generates localized messages based on arb files found in the lib/src/localization directory.

To support additional languages, please visit the tutorial on Internationalizing Flutter apps


Copyright 2021 Richard Easterling, Outsource Cafe, Inc.
SPDX-License-Identifier: Apache-2.0

About

Combines the Flutter 2.5 skeleton project with the Riverpod state management package as an app starter template.

License:Apache License 2.0


Languages

Language:Dart 78.2%Language:HTML 19.0%Language:Swift 2.0%Language:Kotlin 0.7%Language:Objective-C 0.2%