Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```