state_manager/src/controller/flower_state library
Classes
-
Bind<
T> -
BindElement<
T> - The BindElement is responsible for injecting dependencies into the widget tree so that they can be observed
-
Binder<
T> - Binding
-
Binding should be extended.
When using
GetMaterialApp
, allGetPage
s and navigation methods (like Flower.to()) have abinding
property that takes an instance of Bindings to manage the dependencies() (via Flower.put()) for the Route you are opening. - Binds
-
FlowerBuilder<
T extends Controller>
Extensions
Typedefs
-
FlowerControllerBuilder<
T extends LifeCycleMixin> = Widget Function(T controller) -
InitBuilder<
T> = T Function()
Exceptions / Errors
-
BindError<
T>