better_notifier 0.0.1
better_notifier: ^0.0.1 copied to clipboard
Better Notifier is a Dart package that simplifies state management by enhancing the capabilities of ValueNotifier. This package introduces powerful abstractions and extensions for managing ValueNotifi [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add better_notifierThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
better_notifier: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:better_notifier/better_notifier.dart';