muteable_notifiers 1.0.7
muteable_notifiers: ^1.0.7 copied to clipboard
Implementations of ChangeNotifier and ValueNotifier that can be muted for single/multiple calls.
1.0.7 #
- Correct example directory structure.
1.0.6 #
- Add example file.
1.0.5 #
- Updated naming of types and paths.
1.0.3 #
- Add
isMuted
getter to determine mute status. - Update
notifyListeners
to return true iff unmuted call was made.
1.0.1 #
- Discontinued - renamed to "muteable_notifiers".
1.0.0 #
- Initial commit of MutableChangeNotifier and MutableValueNotifier.