easy_load_more 1.0.1
easy_load_more: ^1.0.1 copied to clipboard
Simple & easy to use flutter load more that supports ListView & SliverList.
CHANGELOG #
1.0.1 #
Bugfix:
- Fix
This widget has been unmounted, so the State no longer has a contexterror.
1.0.0 #
Bugfix:
- Some properties (
idleStatusText,loadingStatusText,failedStatusText,finishedStatusText) weren't implemented.
New:
- Add new
loadingWidgetStrokeWidthproperty
Breaking changes:
EasyLoadMoreDefaultOptsclass renamed toEasyLoadMoreLoadingWidgetDefaultOptsDefaultLoadMoreViewclass renamed toEasyLoadMoreView
0.1.0 #
First usable release.