mutable_notifiers 1.0.3 copy "mutable_notifiers: ^1.0.3" to clipboard
mutable_notifiers: ^1.0.3 copied to clipboard

Implementations of ChangeNotifier and ValueNotifier that can be muted for single/multiple calls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mutable_notifiers

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

dependencies:
  mutable_notifiers: ^1.0.3

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:mutable_notifiers/mutable_notifiers.dart';
0
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Implementations of ChangeNotifier and ValueNotifier that can be muted for single/multiple calls.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mutable_notifiers