get_state_manager/src/simple/get_state
library
Classes
-
Bind<T>
-
Abstract class representing a binding widget responsible for managing a specific type of controller.
-
BindElement<T>
-
The BindElement is responsible for injecting dependencies into the widget
tree so that they can be observed.
-
Binder<T>
-
An inherited widget that updates its dependents when the controller sends notifications.
-
Binding<T>
-
Binding should be extended.
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.
-
Binds<S>
-
A widget responsible for managing a list of bindings and providing them to its child widget.
-
GetBuilder<T extends GetxController>
-
A widget that builds itself based on the latest value of a GetxController.
Exceptions / Errors
-
BindError<T>
-
A class representing an error encountered during binding resolution.