flutter_easy_paginate 1.2.0
flutter_easy_paginate: ^1.2.0 copied to clipboard
A Flutter package that simplifies pagination for various scrollable widgets like ListView, GridView, and Column. It provides seamless data fetching with customizable loader widgets and supports both v [...]
1.2.0 #
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.2.0] - 2024-08-01 #
Added #
- Initial release of
flutter_easy_paginate. - Support for seamless pagination with
ListView,GridView,Column, etc. - Customizable loader widget for pagination.
- Support for both vertical and horizontal scrolling.
- Example usage with
ListView.builder, custom loader, horizontal scroll,GridView.builder, andColumn.