infinite_scroll_plus 1.0.3
infinite_scroll_plus: ^1.0.3 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: ^1.0.2
##Please share your feedback(or raise a issue or bug if you find any), So that we can work on it and make it more fisible and smooth. Thank You..!!!