collection_notifiers 1.1.0 collection_notifiers: ^1.1.0 copied to clipboard
Collections with implementation of ChangeNotifier/ValueListenable for minimum rebuild and better syntax
1.1.0 #
- Dart 3 upgrade
- Removed dependency constraints
- Updated lints with code reformat
1.0.5 #
MapNotifier.addAll
length-based comparison fixMapNotifier
,ListNotifier
operators improvements- Support for wider range of dependencies
1.0.4 #
SetNotifier.invert(element)
method added
1.0.3 #
- improved docs
- version bumps
- simplified example
1.0.2 #
length
basedMapNotifier.addAll/addEntries()
check- test improvements
1.0.1 #
- Better null value handling in
MapNotifier
- Diff calculation in
SetNotifier
's batch operations nowlength
based
1.0.0+1 #
- Doc and CI improvements
1.0.0 #
- Initial Release with
Set
,Map
,List
andQueue
support