safe_change_notifier 0.1.0 safe_change_notifier: ^0.1.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 #
A safe drop-in replacement for Flutter's ChangeNotifier
, that makes
notifyListeners()
a no-op, rather than an error, after its disposal.