watchable
library
Classes
-
CombineLatestWatchable<T, R>
-
A class that combines multiple StateWatchable instances and emits a combined value.
-
MutableStateWatchable<T>
-
A class that extends Watchable to maintain a stateful value.
-
MutableWatchable<T>
-
A class that allows watching and emitting values.
-
StateWatchable<T>
-
A class that extends Watchable to maintain a stateful value.
-
Watchable<T>
-
A class that allows watching and emitting values.
-
WatchableBuilder<T>
-
A widget that rebuilds itself based on the value of a StateWatchable.
-
WatchableConsumer<T>
-
A widget that consumes values from a Watchable and triggers an event.