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
, allJunePage
s and navigation methods (like June.to()) have abinding
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>
Extensions
Typedefs
-
InitBuilder<
T> = T Function() -
JuneStateBuilder<
T extends JuneLifeCycleMixin> = Widget Function(T controller)
Exceptions / Errors
-
BindError<
T>