cubepod_flutter library
Classes
- CubeBuilder
-
A widget that automatically rebuilds when any
Signalit reads changes. -
CubeConsumer<
T> -
CubeListenableBuilder<
T extends Listenable> -
A widget that resolves a dependency
Tfrom the CubeScope and listens to it. -
CubeListener<
T> - CubeScope
-
Provides a
CubeContainerto its widget subtree. - CubeScopeInherited
-
Internal InheritedWidget that carries the
CubeContainerreference through the widget tree. Consumers use CubeScope.of orcontext.get<T>()rather than interacting with this class directly. -
CubeSelector<
T, R>
Extensions
- CubeContext on BuildContext
-
An extension on BuildContext that provides ergonomic access to the
nearest
CubeContainerin the widget tree.
Typedefs
-
WatchFunc
= T Function<
T>(Signal< T> signal)