get_state_manager/src/rx_flutter/rx_getx_widget library
Classes
-
GetX<
T extends GetLifeCycleMixin> - A widget that manages the lifecycle of a GetX controller and rebuilds its child widget whenever the controller's state changes.
-
GetXState<
T extends GetLifeCycleMixin> - The state for the GetX widget.
Typedefs
-
GetXControllerBuilder<
T extends GetLifeCycleMixin> = Widget Function(T controller) - A typedef for a function that builds a widget based on a GetX controller.