flutter_pagination_widget 0.1.0 copy "flutter_pagination_widget: ^0.1.0" to clipboard
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 of from, to, and lastPage.
  • 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: pageButtonBuilder and infoTextBuilder.
  • Expanded styling controls: activeBackgroundColor, activeTextColor, inactiveBackgroundColor, disabledBackgroundColor, disabledTextColor, borderRadius, borderColor, and buttonMargin.
  • 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
2
likes
140
points
83
downloads

Documentation

API reference

Publisher

verified publisherappifyhaven.website

Weekly Downloads

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. Supports page navigation with Previous/Next buttons, dynamic page numbers, ellipses (...), page size selector, jump to page, and first/last page navigation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_pagination_widget