better_notifier 0.0.1 copy "better_notifier: ^0.0.1" to clipboard
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_notifier

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  better_notifier: ^0.0.1

Alternatively, 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';
1
likes
140
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 ValueNotifier instances, making them more flexible, efficient, and developer-friendly. It is particularly suited for applications requiring advanced state management and reactive programming.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on better_notifier