infinite_scroll_plus 1.0.0
infinite_scroll_plus: ^1.0.0 copied to clipboard
A lightweight Flutter package for effortless lazy loading,infinite scrolling,search & sort.
infinite_scroll_plus #
A lightweight Flutter package that provides infinite scroll functionality for ListView and GridView widgets.
Now includes built-in search and sort support for filtering and ordering existing data effortlessly.
Easily add lazy loading, automatic pagination, search, sort, and customizable loading indicators to your Flutter apps.
âĻ Features #
- ð Infinite scrolling for lists and grids
- ⥠Lazy loading with async
onLoadMorecallback - ð§Đ Customizable loading indicators
- ð Local search on already-loaded data
- âïļ Local sorting support
- ð Toggle between ListView and GridView dynamically
- ðŠķ Lightweight and easy to integrate
- ðą Works on all Flutter platforms
ðŽ Demo #

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