collection_change_notifier 1.0.0+1 collection_change_notifier: ^1.0.0+1 copied to clipboard
Implement change notifier for collection object e.g. List, Set and Map
1.0.0+1 #
- Implement
sort
forListChangeNotifier
1.0.0 #
- First stable release
1.0.0-pre.2 #
- Implement
fillRange
,insert
andinsertAll
methods 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
,Map
andSet
intergation withChangeNotifier
.