model_fetch_flutter 0.7.0 copy "model_fetch_flutter: ^0.7.0" to clipboard
model_fetch_flutter: ^0.7.0 copied to clipboard

Flutter widgets to build lazy load lists from model_fetch package.

0.7.0 #

  • BREAKING: ListLazyLoaderTrailingWidget now only accepts ListLazyLoader (was ListLoader).
  • BREAKING: ListLazyLoaderTrailingWidget shows RetryButton on error by default (was SizedBox of 1x1).
  • BREAKING: Require Dart 3.6+ and workspace resolution.
  • Added RetryButton.

0.6.4 #

  • Added LazyLoadListView.itemBuilder, .loadingBuilder.

0.6.3 #

  • Added LoaderBuilder.

0.6.2 #

  • Added .asListenable() extension methods to ListLoader, ModelLoaderByFilter, and ModelLoaderById.
  • Added LoaderValueNotifier, LoaderValueListNotifier.
  • Added LazyLoadListView, LoaderDropdownButton, LoaderSelectableListView, LoaderSelectablePopUpListView, ModelCapsuleWidget, ModelListItem.
  • Added ListLazyLoaderAutoLoadMoreWidget, deprecated BlocAutoLoadMoreWidget in favor of it.
  • Added ListLazyLoaderTrailingWidget, deprecated LazyLoadBlocTrailingWidget in favor of it.
  • Deprecated CollectionBlocBuilder in favor of ListenableBuilder with .asListenable().

0.6.0 #

  • Made the default builder of LazyLoadBlocTrailingWidget trigger loading the data.
  • Support model_fetch v0.6.0.

0.5.6 #

  • Support visibility_detector v0.4.x in addition to v0.3.3.

0.5.5 #

  • Upgrade to total_lints v3.1.0.

0.5.1 #

  • Added BlocAutoLoadMoreWidget, LazyLoadBlocTrailingWidget.
  • Deprecated LoadMoreWidget.

0.5.0 #

  • Support and require model_fetch v0.5.*

0.4.0 #

  • BREAKING: Support and require model_interfaces v0.3.*
  • Fixed linter issues.
  • Use total_lints.
  • Licensed under MIT-0.

0.3.0 #

  • BREAKING: Renamed LazyLoadBuilder to CollectionBlocBuilder.

0.2.1 #

0.2.0 #

  • Updated dependencies.

0.1.0 #

  • Initial release.
6
likes
140
points
166
downloads

Publisher

verified publisherainkin.com

Weekly Downloads

Flutter widgets to build lazy load lists from model_fetch package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT-0 (license)

Dependencies

collection, flutter, model_editors, model_fetch, model_interfaces, visibility_detector

More

Packages that depend on model_fetch_flutter