easy_load_more 2.0.0
easy_load_more: ^2.0.0 copied to clipboard
Simple & easy to use flutter load more that supports ListView & SliverList.
CHANGELOG #
2.0.0 - 2025-06-03 #
Breaking Changes #
- Increased minimum Flutter SDK version to 3.0.0: This package now requires Flutter 3.0.0 or higher. Projects using older Flutter versions will need to upgrade to continue using this package.
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 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.