get_state_manager/src/rx_flutter/rx_notifier library

Classes

CustomStatus<T>
Represents a custom status.
EmptyStatus<T>
Represents an empty status.
ErrorStatus<T, S>
Represents an error status with an error object.
GetListenable<T>
A listenable that implements RxInterface for reactive programming.
GetNotifier<T>
A notifier with status, state, and GetX lifecycle support.
GetStatus<T>
Sealed class representing different states of a notifier.
LoadingStatus<T>
Represents a loading status.
SuccessStatus<T>
Represents a success status with data.
Value<T>
A value that can be listened to and has status tracking.

Mixins

StateMixin<T>
Mixin that adds state management with status tracking.

Extensions

StateExt on StateMixin<T>
Extension on StateMixin that provides a widget builder.
StatusDataExt on GetStatus<T>
Extension on GetStatus providing convenience getters.

Typedefs

FuturizeCallback<T> = Future<T> Function(VoidCallback fn)
NotifierBuilder<T> = Widget Function(T state)
Builder function for notifier widgets.
VoidCallback = void Function()