muteable_notifiers library

Classes

MuteableChangeNotifier
A ChangeNotifier that can be muted for single/multiple calls.
MuteableValueNotifier<T>
A ValueNotifier that can be muted for single/multiple calls.

Mixins

MuteableNotifier
A mixin for MutableChangeNotifier and MutableValueNotifier that provides mute functions.