Flutter Pagination

pub package Flutter License

A lightweight, responsive pagination widget for Flutter apps, supporting web, desktop, tablet, and mobile.
Fully customizable page controls and rows per page with record range display.


🚀 Features

  • Works on Web, Desktop, Tablet, and Mobile.
  • Responsive pagination layout.
  • Customizable rows per page.
  • Full page navigation controls (first, previous, next, last, numbered buttons).
  • Shows record range (e.g., Showing 1 to 10 of 95 records).
  • Lightweight and easy to integrate.
  • Works with any list, table, or grid.

⚡ Installation

Add this to your pubspec.yaml:

dependencies:
  flutter_pagination: ^1.0.7

Libraries

pagination_plus