model_fetch 0.5.1
model_fetch: ^0.5.1 copied to clipboard
A lazy load BLoC wrapper for your data source.
0.5.1 #
- Added
CollectionBloc.onError,LazyLoadBloc.onError.
0.5.0 #
- Added
AbstractFilter.pageSize.
0.4.0 #
- BREAKING:
CollectionBloc.disposeandModelByIdBloc.disposeare asynchronous. - BREAKING: Support and require
model_interfacesv0.3.0. - Use
total_lints. - Licensed under MIT-0.
0.3.0 #
- BREAKING: Renamed
LazyLoadStatetoCollectionState. - Added
CollectionBlocas a superclass ofLazyLoadBloc.
0.2.0 #
- BREAKING: Renamed
LazyLoadStatustoLoadStatus. - Added
ModelByIdBloc.
0.1.0 #
- Initial release.