lazy_refreshing_listview 0.0.1
lazy_refreshing_listview: ^0.0.1 copied to clipboard
A flutter package to handle listview with refresh, and lazy scrolling smartly
0.0.1 #
- Initial release of
lazy_refreshing_listview
. - Provides a simple wrapper widget with built-in support for:
- Pull-to-refresh.
- Infinite (lazy) scrolling.
- Fully customizable with support for custom headers, footers, and scroll controllers.
- Based on
pull_to_refresh_flutter3
package. - Easy integration with any
ListView
in just a few lines of code.