get_state_manager/src/simple/get_controllers library

Classes

FullLifeCycleController
A controller that can observe the full app lifecycle.
GetxController
A base controller class that provides state management functionality.
RxController
A base controller class for reactive state management using Rx variables.
StateController<T>
A controller that manages state for asynchronous operations.
SuperController<T>
A controller that combines full lifecycle management with state management.

Mixins

FullLifeCycleMixin
A mixin that provides full lifecycle callbacks for the controller.
ScrollMixin
A mixin that provides scroll-based data fetching capabilities.