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
- Host: GitHub
- URL: https://github.com/tkc/flutter-state-notifier-sandbox
- Owner: tkc
- Created: 2020-06-03T12:47:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T14:44:52.000Z (about 6 years ago)
- Last Synced: 2025-12-31T19:29:14.026Z (7 months ago)
- Topics: flutter, notifier, stata
- Language: Dart
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
```