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 onLoadMore callback
  • ðŸ§Đ Customizable loading indicators
  • ðŸŠķ Lightweight and easy to integrate
  • ðŸ“ą Supports both ListView and GridView
  • 🔄 Toggle between ListView and GridView dynamically

🎎 Demo

InfiniteScrollPlus Demo


🚀 Installation

Add the dependency in your pubspec.yaml file:

dependencies:
  infinite_scroll_plus: ^0.0.7