state_manager/src/simple/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 JuneMaterialApp, all JunePages and navigation methods (like June.to()) have a binding property that takes an instance of Connections to manage the dependencies() (via June.put()) for the Route you are opening.
Binds
JuneBuilder<T extends JuneState>

Typedefs

InitBuilder<T> = T Function()
JuneStateBuilder<T extends JuneLifeCycleMixin> = Widget Function(T controller)

Exceptions / Errors

BindError<T>