get_state_manager/src/rx_flutter/rx_notifier library

Classes

CustomStatus<T>
A custom status indicating that the state is in a custom state.
EmptyStatus<T>
A status indicating that the state is empty.
ErrorStatus<T, S>
A status indicating that the state has encountered an error.
GetListenable<T>
A class that provides listenable behavior similar to ValueNotifier.
GetNotifier<T>
A class representing a state notifier with a Get lifecycle.
GetStatus<T>
Represents the status of an asynchronous operation, such as loading, error, empty, success, or custom.
LoadingStatus<T>
A status indicating that the state is currently loading.
SuccessStatus<T>
A status indicating that the state has been successfully updated with data of type T.
Value<T>
A class similar to ValueNotifier with additional state management capabilities.

Mixins

StateMixin<T>
A mixin that provides state management capabilities.

Extensions

StateExtension on StateMixin<T>
Extension methods for the StateMixin class.
StatusDataExtension on GetStatus<T>
Extension methods for the GetStatus class.

Typedefs

NotifierBuilder<T> = Widget Function(T state)
A builder function for creating widgets based on a state.