muteable_notifiers 1.0.7 copy "muteable_notifiers: ^1.0.7" to clipboard
muteable_notifiers: ^1.0.7 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 muteable_notifiers
copied to clipboard

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

dependencies:
  muteable_notifiers: ^1.0.7
copied to clipboard

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:muteable_notifiers/muteable_notifiers.dart';
copied to clipboard
1
likes
160
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.06 - 2025.04.20

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on muteable_notifiers