get_state_manager/src/rx_flutter/rx_notifier library

Classes

CustomStatus<T>
EmptyStatus<T>
ErrorStatus<T, S>
GetListenable<T>
GetNotifier<T>
GetNotifier has a native status and state implementation, with the Get Lifecycle
GetStatus<T>
LoadingStatus<T>
SuccessStatus<T>
Value<T>

Mixins

StateMixin<T>

Extensions

StateExt on StateMixin<T>
StatusDataExt on GetStatus<T>

Typedefs

FuturizeCallback<T> = Future<T> Function(VoidCallback fn)
NotifierBuilder<T> = Widget Function(T state)
VoidCallback = void Function()