pagination_plus 1.0.7
pagination_plus: ^1.0.7 copied to clipboard
A lightweight, responsive Flutter pagination widget with customizable rows, page controls, and support for desktop, tablet, and mobile.
Flutter Pagination #
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