fluid_list_view 1.3.0
fluid_list_view: ^1.3.0 copied to clipboard
A Flutter widget that creates a high-performance, interactive list where items follow the user's touch with a smooth, organic lag effect.
1.3.0 #
- Added
preInitItemCountto preload items before the user reaches them.
1.2.0 #
- Added pull-to-refresh support with callback
onRefresh, allow to customrefreshThreshold. - Custom indicators with
refreshIndicatorandloadingIndicator.
1.1.0 #
Added onTopReached and onEndReached for seamless infinite scrolling and pagination.
1.0.2 #
Correct README.md
1.0.1 #
Added live demo website in README.md
1.0.0 #
Initial first release