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.