model_fetch 0.5.6 copy "model_fetch: ^0.5.6" to clipboard
model_fetch: ^0.5.6 copied to clipboard

A lazy load BLoC wrapper for your data source.

0.5.6 #

  • Added LoaderFactory.
  • Added EmptyLazyLoadBloc, IterableLazyLoadBloc, FixedModelByIdBloc.
  • Added ModelByIdBloc.reload().
  • Added AsyncDisposable as interface to all blocs.

0.5.5 #

  • Added CollectionBloc.currentState.

0.5.4 #

  • Added ModelByFilterBloc.

0.5.3 #

  • Added LazyLoadBloc.loadAllIfCan().

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 and ModelByIdBloc.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 to CollectionState.
  • Added CollectionBloc as a superclass of LazyLoadBloc.

0.2.0 #

  • BREAKING: Renamed LazyLoadStatus to LoadStatus.
  • Added ModelByIdBloc.

0.1.0 #

  • Initial release.
6
likes
110
pub points
0%
popularity

Publisher

verified publisherainkin.com

A lazy load BLoC wrapper for your data source.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (LICENSE)

Dependencies

meta, model_interfaces, rxdart

More

Packages that depend on model_fetch