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

discontinuedreplaced by: muteable_notifiers
outdated

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.0

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
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mutable_notifiers