model_fetch 0.5.2 model_fetch: ^0.5.2 copied to clipboard
A lazy load BLoC wrapper for your data source.
0.5.2 #
- Downgrade the Dart SDK upper limit to
<3.0.0
from<4.0.0
because of incomplete support by pub.dev.
0.5.1 #
- Added
CollectionBloc.onError
,LazyLoadBloc.onError
.
0.5.0 #
- Added
AbstractFilter.pageSize
.
0.4.0 #
- BREAKING:
CollectionBloc.dispose
andModelByIdBloc.dispose
are asynchronous. - BREAKING: Support and require
model_interfaces
v0.3.0. - Use
total_lints
. - Licensed under MIT-0.
0.3.0 #
- BREAKING: Renamed
LazyLoadState
toCollectionState
. - Added
CollectionBloc
as a superclass ofLazyLoadBloc
.
0.2.0 #
- BREAKING: Renamed
LazyLoadStatus
toLoadStatus
. - Added
ModelByIdBloc
.
0.1.0 #
- Initial release.