value_notifier_ext 0.0.10
value_notifier_ext: ^0.0.10 copied to clipboard
Helpful utilities for Flutter's ValueNotifier
0.0.10 #
- Add fireImmediately to listen
0.0.9 #
- Add equality to collection
0.0.8 #
- Add
streamto ValueListenable ext
0.0.7 #
- Add equality check to
map
0.0.6 #
- Directly return notifiers from collection
0.0.5 #
- Return void from collection methods
0.0.4 #
- Pause LazyChangeNotifier on dispose
0.0.3 #
- Remove
prependfrom collection - Add
insertto collection - Add
removeto collection
0.0.2 #
- Relax dart sdk constraint
0.0.1 #
- Started project