application_states library
Classes
-
AtomAppState<
E, S> - A default application state. E represents an Error class and S represents a Success class
-
ErrorState<
E, S> -
InitialState<
E, S> -
LoadingState<
E, S> -
SuccessState<
E, S>
Extensions
-
DefaultState
on AtomNotifier<
AtomAppState< E, S> > -
TypedState
on AtomAppState<
L, R>