Model Notifier
Package that makes it easy to define ValueNotifier as a model and improves the affinity with riverpod and freezed.
Getting Started
Add this to your package's pubspec.yaml file:
dependencies:
model_notifier: ^0.7.0
You should then run flutter pub upgrade
.
Usage
import 'package:model_notifier/model_notifier.dart';
License
Libraries
- model_notifier
- Package that defines and notifies the model. [...]