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

Typedefs

InstanceBuilderCallback<S> = S Function()
InstanceCreateBuilderCallback<S> = S Function(BuildContext _)