get_state_manager/src/simple/get_state library
Classes
-
Binding<
T> -
Binding should be extended.
When using
GetMaterialApp
, allGetPage
s and navigation methods (like Get.to()) have abinding
property that takes an instance of Bindings to manage the dependencies() (via Get.put()) for the Route you are opening. -
GetBuilder<
T extends GetxController> - A widget that builds itself based on the latest value of a GetxController.
Extensions
- StateAccessExtension on BuildContext
- Extension methods for accessing state in the context of a widget build.
Typedefs
-
GetControllerBuilder<
T extends GetLifeCycleMixin> = Widget Function(T controller) -
Signature for a function that builds a widget with a controller of type
T
. -
InitBuilder<
T> = T Function() -
Signature for a function that creates an object of type
T
.