value_notifier_ext 0.0.8
value_notifier_ext: ^0.0.8 copied to clipboard
Helpful utilities for Flutter's ValueNotifier
0.0.8 #
- Add
stream
to 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
prepend
from collection - Add
insert
to collection - Add
remove
to collection
0.0.2 #
- Relax dart sdk constraint
0.0.1 #
- Started project