number_paginator 0.1.0
number_paginator: ^0.1.0 copied to clipboard
A Flutter paginator widget for switching between page numbers.
[0.1.0] - 08.09.2022 #
- Upgrades to Flutter 3.3.0
- New config class
NumberPaginatorUIConfig
for configuring UI aspects of paginator - New display modes of central paginator content:
hidden
,numbers
,dropdown
contentBuilder
for building custom paginator content based on the current page
[0.0.3] - 12.08.2022 #
- Lint fixes for Flutter 3
- AutoSizeText for number buttons to maintain text always in 1 line and visible
- Added property
showPageNumbers
andmainAxisAlignment
[0.0.2] - 04.07.2021 #
- Project description change
- Small code improvements
[0.0.1] - 15.05.2021 #
- Basic implementation of number paginator
- Customization options