states/state library

Classes

BlocState
Default State for a BLoC
DataState<T>
Extend this state when you want any type of data
ErrorState<T>
Default ErrorState You can extend this class if you want extra data whenever there is an error
InitialState
Default Initial State
LoadingState
Default Loading State