informers 0.0.3
informers: ^0.0.3 copied to clipboard
A simple package that copies and tries to improve the behaviour of Flutter's ValueNotifier.
0.0.3 #
- 🐛️ Bugfix: Fixed
MapInformerandListInformernot notifying listeners unlessforceUpdatewas set totrue.
0.0.2+4 #
- ✨ New: Added
MaxLengthListInformer.addAllandListInformer.addAllmethods.
0.0.2+3 #
- ✨ New: Added
MaxLengthListInformerclass.
0.0.2+2 #
- ✨ New: Added
SetInformerclass.
0.0.2+1 #
- 🐛️ Bugfix: Improve equality check when using
MapInformer.updateCurrentandListInformer.updateCurrent.
0.0.2 #
- ⚠️ Breaking: Changed default
forceUpdatebehaviour of all informers to false. - ✨ New: Added
doNotifyListenersoption to all methods to update informers silently. This will allow for updating several informers at once, calling the rebuild function yourself and only trigger one rebuild with all new values.
0.0.1+6 #
- ⚠️ Breaking: Changed default
forceUpdatebehaviour of all informers to false.
0.0.1+5 #
- Update example project.
0.0.1+4 #
- Update readme.
0.0.1+3 #
-
Added example project, unit tests and updated read me.
-
✨ New: Added
forceUpdate -
Update formatting
0.0.1+2 #
- Fix faulty naming of
MapInformerandListInformer.
0.0.1+1 #
- Improve ListInformer current methods.
0.0.1 #
- Initial release.