collection_change_notifier 2.0.2
collection_change_notifier: ^2.0.2 copied to clipboard
Implement change notifier for collection object e.g. List, Set and Map
2.0.2 #
- Unified factory implementations for
QueueChangeNotifier's child classes.
2.0.1 #
- Mark
iterableFormgetter@protected. - Add
notifyListenerswhenfirstandlastsetter called inListChangeNotifier. - Add missing documentations.
2.0.0 #
- Upgrade to Dart 3 with new syntax applied.
- Majority classes are no longer belong with origin collections classes due to type scope.
- These classes will no longer implement origin class which marked as
final, and the suggested type for compatible in2.0.0:Affected classes Implemented collection types in 1.0.0Suggested types for maximum compatibility ListQueueChangeNotifierListQueueQueueDoubleLinkedQueueChangeNotifierDoubleLinkedQueueHashMapChangeNotifierHashMapMapLinkedHashMapChangeNotifierLinkedHashMapSplayTreeMapChangeNotifierSplayTreeMapHashSetChangeNotifierHashSetSetLinkedHashSetChangeNotifierLinkedHashSetSplayTreeSetChangeNotifierSplayTreeSet
- These classes will no longer implement origin class which marked as
1.0.0+1 #
- Implement
sortforListChangeNotifier
1.0.0 #
- First stable release
1.0.0-pre.2 #
- Implement
fillRange,insertandinsertAllmethods inListChangeNotifier
1.0.0-pre.1 #
- First version that publish to
pub.dev.
1.0.0-alpha.1 #
- First release of this package.
- Implement
List,MapandSetintergation withChangeNotifier.