flutter_pagination_widget 0.1.0
flutter_pagination_widget: ^0.1.0 copied to clipboard
A lightweight, responsive, and fully customizable pagination widget for Flutter. Easily integrate pagination controls into your mobile, web, or desktop apps without relying on external dependencies. S [...]
0.1.0 #
- Added
PaginationModel.calculate()constructor for effortless auto-calculations offrom,to, andlastPage. - Added Page Size Selector (
showPageSizeSelector: true,onPageSizeChanged,pageSizeOptions,pageSizeLabel). - Added Jump to Page direct page input field (
showJumpToPage: true,jumpToPageLabel). - Added First / Last page navigation buttons (
showFirstLastButtons: true,firstPageChild,lastPageChild). - Added
PaginationLayoutMode(auto,row,wrap,column) for adaptive & overflow-proof layout rendering across screen sizes. - Added custom builder support:
pageButtonBuilderandinfoTextBuilder. - Expanded styling controls:
activeBackgroundColor,activeTextColor,inactiveBackgroundColor,disabledBackgroundColor,disabledTextColor,borderRadius,borderColor, andbuttonMargin. - Added JSON serialization (
toJson,fromJson),copyWith, equality overrides, and unit test suite.
0.0.2 #
- Initial release
- Added fully functional pagination widget
- Responsive UI
- Supports page numbers, ellipses, previous/next buttons