safe_change_notifier 0.2.0 safe_change_notifier: ^0.2.0 copied to clipboard
A safe drop-in replacement for Flutter's ChangeNotifier, that makes notifyListeners() a no-op, rather than an error, after its disposal.
Safe ChangeNotifier #
Safe drop-in replacements for Flutter's ChangeNotifier
and ValueNotifier
that make notifyListeners()
a no-op, rather than an error, after disposal.