easy_load_more 1.1.0 easy_load_more: ^1.1.0 copied to clipboard
Simple & easy to use flutter load more that supports ListView & SliverList.
CHANGELOG #
1.1.0 #
New property:
statusTextColor
: Text color of the statuses.
1.0.1 #
Bugfix:
- Fix
This widget has been unmounted, so the State no longer has a context
error.
1.0.0 #
Bugfix:
- Some properties (
idleStatusText
,loadingStatusText
,failedStatusText
,finishedStatusText
) weren't implemented.
New:
- Add new
loadingWidgetStrokeWidth
property
Breaking changes:
EasyLoadMoreDefaultOpts
class renamed toEasyLoadMoreLoadingWidgetDefaultOpts
DefaultLoadMoreView
class renamed toEasyLoadMoreView
0.1.0 #
First usable release.