collection_notifiers 2.0.1
collection_notifiers: ^2.0.1 copied to clipboard
Reactive collection wrappers (List, Map, Set, Queue) with ChangeNotifier and ValueListenable support for efficient Flutter UI rebuilds.
Changelog #
2.0.1 #
- docs: Promoted
flutter_hooksas the recommended pattern. - docs: Fixed version migration documentation and cleaned up README.
2.0.0 #
- Breaking:
SetNotifier.invert()now returnstruewhen added,falsewhen removed. - fix:
QueueNotifier.add()not triggering notifications. - fix:
ListNotifiernotification logic forreplaceRange()andsetRange(). - docs: Enhanced example app and test suite.
- chore: Dart 3 upgrade and lint updates.
1.1.0 #
- Dart 3 upgrade
- Removed dependency constraints
- Updated lints with code reformat
1.0.5 #
MapNotifier.addAlllength-based comparison fixMapNotifier,ListNotifieroperators 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 #
lengthbasedMapNotifier.addAll/addEntries()check- test improvements
1.0.1 #
- Better null value handling in
MapNotifier - Diff calculation in
SetNotifier's batch operations nowlengthbased
1.0.0+1 #
- Doc and CI improvements
1.0.0 #
- Initial Release with
Set,Map,ListandQueuesupport