state_manager/flower_state_manager 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.
Bindings
Bindings should be extended or implemented. When using GetMaterialApp, all GetPages and navigation methods (like Get.to()) have a binding property that takes an instance of Bindings to manage the dependencies() (via Get.put()) for the Route you are opening.
BindingsInterface<T>
Binds
Controller
Engine
FatimaView<T>
FlowerBuilder<T extends Controller>
FullLifeCycleController
this mixin allow to fetch data when the scroll is at the bottom or on the top A controller with super lifecycles (including native lifecycles)
ListNotifier
ListNotifierGroup
A notifier with group of listeners identified by id
ListNotifierSingle
A Notifier with single listeners
Notifier
NotifyData
ObxError
TaskManager

Mixins

FlowerServiceMixin
FullLifeCycleMixin
LifeCycleMixin
ListenableMixin
ListNotifierGroupMixin
ListNotifierMixin
ListNotifierSingleMixin
This mixin add to Listenable the addListener, removerListener and containsListener implementation

Typedefs

BindingBuilderCallback = void Function()
Disposer = void Function()
FlowerControllerBuilder<T extends LifeCycleMixin> = Widget Function(T controller)
GetStateUpdate = void Function()
InitBuilder<T> = T Function()

Exceptions / Errors

BindError<T>