logic/async/async_cubit library

Classes

AsyncCubit<T>
Generic cubit to encapsulate any asynchronous operation.
AsyncFailure<T>
Operation completed with an error.
AsyncInitial<T>
Initial state before any execution.
AsyncLoading<T>
Operation in progress.
AsyncState<T>
Generic states for any AsyncCubit.
AsyncSuccess<T>
Operation completed successfully.