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:
ListLazyLoaderTrailingWidget
now only acceptsListLazyLoader
(wasListLoader
). - BREAKING:
ListLazyLoaderTrailingWidget
showsRetryButton
on error by default (wasSizedBox
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 toListLoader
,ModelLoaderByFilter
, andModelLoaderById
. - Added
LoaderValueNotifier
,LoaderValueListNotifier
. - Added
LazyLoadListView
,LoaderDropdownButton
,LoaderSelectableListView
,LoaderSelectablePopUpListView
,ModelCapsuleWidget
,ModelListItem
. - Added
ListLazyLoaderAutoLoadMoreWidget
, deprecatedBlocAutoLoadMoreWidget
in favor of it. - Added
ListLazyLoaderTrailingWidget
, deprecatedLazyLoadBlocTrailingWidget
in favor of it. - Deprecated
CollectionBlocBuilder
in favor ofListenableBuilder
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
toCollectionBlocBuilder
.
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.