lazy_refreshing_listview 1.0.0
lazy_refreshing_listview: ^1.0.0 copied to clipboard
A flutter package to handle listview with refresh, and lazy scrolling smartly
1.0.0 #
- Update Read me.
- Add major changes
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_flutter3package. - Easy integration with any
ListViewin just a few lines of code.