model_fetch 0.4.0 model_fetch: ^0.4.0 copied to clipboard
A lazy load BLoC wrapper for your data source.
0.4.0 #
- BREAKING:
CollectionBloc.dispose
and ModelByIdBloc.dispose are asynchronous. - BREAKING: Support and require
model_interfaces
v0.3.0. - Use
total_lints
.
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.