model_fetch_flutter 0.7.0
model_fetch_flutter: ^0.7.0 copied to clipboard
Flutter widgets to build lazy load lists from model_fetch package.
0.7.0 #
- BREAKING:
ListLazyLoaderTrailingWidgetnow only acceptsListLazyLoader(wasListLoader). - BREAKING:
ListLazyLoaderTrailingWidgetshowsRetryButtonon error by default (wasSizedBoxof 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 toListLoader,ModelLoaderByFilter, andModelLoaderById. - Added
LoaderValueNotifier,LoaderValueListNotifier. - Added
LazyLoadListView,LoaderDropdownButton,LoaderSelectableListView,LoaderSelectablePopUpListView,ModelCapsuleWidget,ModelListItem. - Added
ListLazyLoaderAutoLoadMoreWidget, deprecatedBlocAutoLoadMoreWidgetin favor of it. - Added
ListLazyLoaderTrailingWidget, deprecatedLazyLoadBlocTrailingWidgetin favor of it. - Deprecated
CollectionBlocBuilderin favor ofListenableBuilderwith.asListenable().
0.6.0 #
- Made the default builder of
LazyLoadBlocTrailingWidgettrigger loading the data. - Support model_fetch v0.6.0.
0.5.6 #
- Support
visibility_detectorv0.4.x in addition to v0.3.3.
0.5.5 #
- Upgrade to
total_lintsv3.1.0.
0.5.1 #
- Added
BlocAutoLoadMoreWidget,LazyLoadBlocTrailingWidget. - Deprecated
LoadMoreWidget.
0.5.0 #
- Support and require
model_fetchv0.5.*
0.4.0 #
- BREAKING: Support and require
model_interfacesv0.3.* - Fixed linter issues.
- Use
total_lints. - Licensed under MIT-0.
0.3.0 #
- BREAKING: Renamed
LazyLoadBuildertoCollectionBlocBuilder.
0.2.1 #
- Support and require Flutter 3.0.
- Loose visibility_detector version requirements after #354.
0.2.0 #
- Updated dependencies.
0.1.0 #
- Initial release.