value_listenable_extensions 1.1.1 value_listenable_extensions: ^1.1.1 copied to clipboard
Useful tools for working with `ValueListenable`s.
1.1.1 #
- Expose
CombinedValueListenable
1.1.0 #
- Add
CombinedValueListenable
to build classes based on thecombineLatest*
logic
1.0.1 #
- Add examples to the README
1.0.0 #
- Add
connect
,listen
, andmap
extensions forValueListenable
- Add
combineLatest*
helpers to create a newValueListenable
from a number of inputs