get_state_manager/src/rx_flutter/rx_getx_widget library

Classes

GetX<T extends GetLifeCycleMixin>
A widget that manages the lifecycle of a controller and rebuilds its child widget whenever the controller changes.
GetXState<T extends GetLifeCycleMixin>
The state for the GetX widget.

Typedefs

GetXControllerBuilder<T extends GetLifeCycleMixin> = Widget Function(T controller)
A typedef representing a builder function for GetX controllers.