Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masreplay/flutter_riverpod_boilerplate
Flutter boilerplate template application using riverpod, freezed, retrofit and hooks
https://github.com/masreplay/flutter_riverpod_boilerplate
boilerplate-template dart flutter hooks riverpod
Last synced: 21 days ago
JSON representation
Flutter boilerplate template application using riverpod, freezed, retrofit and hooks
- Host: GitHub
- URL: https://github.com/masreplay/flutter_riverpod_boilerplate
- Owner: masreplay
- Created: 2024-07-12T14:39:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T18:19:42.000Z (4 months ago)
- Last Synced: 2024-08-23T22:13:25.761Z (3 months ago)
- Topics: boilerplate-template, dart, flutter, hooks, riverpod
- Language: Dart
- Homepage: https://github.com/masreplay/flutter_application_example
- Size: 349 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_application_example
A new Flutter project.
## Getting Started
### install
```bash
dart pub global activate l10n_lint
``````bash
dart pub global activate rps
```### run init one time for the next project
```bash
l10n --init
```### riverpod
generate files
```bash
rps g
```use `HookConsumerWidget` for all pages
### format code
format code
```bash
rps fix-format
```