ff_pagination 1.0.0
ff_pagination: ^1.0.0 copied to clipboard
A customizable pagination widget for Flutter with support for circular, rounded, and styled page buttons.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-06-11 #
✨ Added #
- Initial release of
ff_paginationpackage. - Pagination widget with full customization support:
- Set number of pages, selected page, and visible range.
- Enable/disable first & last page navigation buttons.
- Support for circular or rounded button styling.
- Custom icons for next, previous, first, and last buttons.
- Custom styles for active and inactive page buttons.
- Scrollable pagination layout to fit small screens.