infinite_scroll_plus 0.0.14
infinite_scroll_plus: ^0.0.14 copied to clipboard
A lightweight Flutter package to make lazy loading and infinite scrolling effortless.
infinite_scroll_plus #
A lightweight Flutter package that provides infinite scroll functionality for ListView and GridView widgets.
Easily add lazy loading, automatic pagination, and customizable loading indicators to your Flutter apps.
âĻ Features #
- ð Infinite scrolling for lists and grids
- ⥠Lazy loading with async
onLoadMorecallback - ð§Đ Customizable loading indicators
- ðŠķ Lightweight and easy to integrate
- ðą Supports both ListView and GridView
- ð Toggle between ListView and GridView dynamically
ðŽ Demo #

ð Installation #
Add the dependency in your pubspec.yaml file:
dependencies:
infinite_scroll_plus: ^0.0.7