universal_notifier 2.0.2
universal_notifier: ^2.0.2 copied to clipboard
A library for simple notifiers and collections that are notifiers and/or that cascade from children;
2.0.2 #
- Added phantom argument to notifyListeners to be more compatible with stream listen api
- Changed collections implementation to use notifyListeners directly
2.0.1 #
- Downgraded to
meta: 1.10.0
to be compatible with flutter sdk
2.0.0 #
- Moved
notifyListeners()
to ChangeNotifier/ValueNotifier (BREAKING) - Renamed package file to actually match package name xD (BREAKING)
1.0.0 #
- Initial version.