get_instance/get_instance
library
Classes
-
Bindings
-
Bindings should be extended or implemented.
When using
GetMaterialApp
, all GetPage
s 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.
-
BindingsBuilder<T>
-
Simplifies Bindings generation from a single callback.
To avoid the creation of a custom Binding instance per route.
-
GetInstance
-
-
GetLifeCycle
-
-
InstanceInfo
-
-
InternalFinalCallback<T>
-
Special callable class to keep the contract of a regular method, and avoid
overrides if you extend the class that uses it, as Dart has no final
methods.
Used in
DisposableInterface
to avoid the danger of overriding onStart.