https://github.com/reaster/skeleton_riverpod
Combines the Flutter 2.5 skeleton project with the Riverpod state management package as an app starter template.
https://github.com/reaster/skeleton_riverpod
Last synced: about 1 year ago
JSON representation
Combines the Flutter 2.5 skeleton project with the Riverpod state management package as an app starter template.
- Host: GitHub
- URL: https://github.com/reaster/skeleton_riverpod
- Owner: reaster
- License: apache-2.0
- Created: 2021-11-24T03:16:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T05:16:01.000Z (over 4 years ago)
- Last Synced: 2025-01-10T15:50:51.624Z (over 1 year ago)
- Language: Dart
- Size: 232 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skeleton_riverpod
This project combines the Flutter 2.5 skeleton project with the [Riverpod](https://riverpod.dev) 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](https://pub.dev/packages/riverpod) is a more recent rewrite by the same author of the [provider package](https://pub.dev/packages/provider) discussed in the
[simple app state management
tutorial](https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple) article.
## Getting Started
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), 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](https://flutter.dev/docs/development/ui/assets-and-images#resolution-aware).
## 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](https://flutter.dev/docs/development/accessibility-and-localization/internationalization)
***
Copyright 2021 Richard Easterling, Outsource Cafe, Inc.\
SPDX-License-Identifier: Apache-2.0