An open API service indexing awesome lists of open source software.

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.

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