injection/sint_injection 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
SintMaterialApp, allSintPages and navigation methods (like Sint.to()) have abindingproperty that takes an instance of Bindings to manage the dependencies() (via Sint.put()) for the Route you are opening. -
BindingsInterface<
T> - Binds
- InstanceInfo
Mixins
- SintLifeCycleMixin
-
The
SintLifeCycle
Extensions
Typedefs
-
InstanceBuilderCallback<
S> = S Function() -
InstanceCreateBuilderCallback<
S> = S Function(BuildContext _)