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

https://github.com/tkc/flutter-state-notifier-sandbox

sandbox of flutter state notifier
https://github.com/tkc/flutter-state-notifier-sandbox

flutter notifier stata

Last synced: 3 months ago
JSON representation

sandbox of flutter state notifier

Awesome Lists containing this project

README

          

# flutter-state-notifier-sandbox

### Genarate state files

```bash
$ flutter pub pub run build_runner build
```

### Dependencies
```
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
provider: ^4.1.0-dev
state_notifier: ^0.4.0
flutter_state_notifier: ^0.3.0
freezed_annotation:

dev_dependencies:
flutter_test:
sdk: flutter
json_serializable:
build_runner:
freezed:
```