- Dart 3 upgrade
- Removed dependency constraints
- Updated lints with code reformat
MapNotifier.addAll
length-based comparison fixMapNotifier
,ListNotifier
operators improvements- Support for wider range of dependencies
SetNotifier.invert(element)
method added
- improved docs
- version bumps
- simplified example
length
basedMapNotifier.addAll/addEntries()
check- test improvements
- Better null value handling in
MapNotifier
- Diff calculation in
SetNotifier
's batch operations nowlength
based
- Doc and CI improvements
- Initial Release with
Set
,Map
,List
andQueue
support