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, all GetPages and navigation methods (like Flower.to()) have a binding 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>

Typedefs

FlowerControllerBuilder<T extends LifeCycleMixin> = Widget Function(T controller)
InitBuilder<T> = T Function()

Exceptions / Errors

BindError<T>