Abstraction for fetching local or remote data via flutter_bloc You can also find this package on pub as abstract_bloc
- Load, Refresh and Load more data from cache + network with seamless flow
- Show error widget when network error occures and allow the user to reload the data
- Show info icon telling the user that cached data is being shown and allow them to reload the data
Please refer to the example project for more detailed insight into the usage of AbstractBloc