cubepod_flutter library

Classes

CubeBuilder
A widget that automatically rebuilds when any Signal it reads changes.
CubeConsumer<T>
CubeListenableBuilder<T extends Listenable>
A widget that resolves a dependency T from the CubeScope and listens to it.
CubeListener<T>
CubeScope
Provides a CubeContainer to its widget subtree.
CubeScopeInherited
Internal InheritedWidget that carries the CubeContainer reference through the widget tree. Consumers use CubeScope.of or context.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 CubeContainer in the widget tree.

Typedefs

WatchFunc = T Function<T>(Signal<T> signal)