value_listenable_extensions 1.2.1
value_listenable_extensions: ^1.2.1 copied to clipboard
Useful tools for working with `ValueListenable`s.
1.2.1 #
- Add
DisposableValueListenable.transformto fully consume and map one value listenable into another- When the new one is disposed, the underlying source will be disposed with it
- Allow specifying custom
disposecallback forcombineLatest*functions - Use
DisposableValueListenablefrom shared packagedisposable_value_listenable
1.2.0 #
- Add
StaticValueListenablefor when one wants to use a static value withcombineLatestor in aCombinedValueListenable- This enables the mapper function to stay clean and not having to use anything besides their given arguments
1.1.1 #
- Expose
CombinedValueListenable
1.1.0 #
- Add
CombinedValueListenableto build classes based on thecombineLatest*logic
1.0.1 #
- Add examples to the README
1.0.0 #
- Add
connect,listen, andmapextensions forValueListenable - Add
combineLatest*helpers to create a newValueListenablefrom a number of inputs