lazy_refreshing_listview 0.0.5
lazy_refreshing_listview: ^0.0.5 copied to clipboard
A flutter package to handle listview with refresh, and lazy scrolling smartly
0.0.5 #
- Update implementation.
- Update example
0.0.4 #
- Update
README.md
. - Add comments to codebase
- Remove unused properties
- Update Future function to VoidCallback
0.0.3 #
- add dynamic threshold for maintain lazy loading screen height dynamically
0.0.2 #
- Update
README.md
.
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.