Releases: WieFel/number_paginator
Releases · WieFel/number_paginator
v0.4.3
- Web demo of the example app
v0.4.2
- Upgrade to Flutter 3.27.1 and other upgrades
v0.4.1
- New properties
buttonTextStyle
and buttonPadding
in the NumberPaginatorUIConfig
v0.4.0
- New properties
showNextButton
and showPrevButton
for showing/hiding the next/prev buttons
- New way to customize prev/next buttons using
prevButtonBuilder
or nextButtonBuilder
- Slight adaptation of margin/padding of "three dots" (only noticeable if it's background is colored)
v0.3.2
- Correct images in README.md
v0.3.1
- Correct images in README.md
v0.3.0
- Compatibility with Dart 3
- Added package screenshots
v0.2.3
- Improved automatic scaling of arrow buttons and "3 dots" in
NumberContent
v0.2.2
- Fixed bug in NumberContent where a page count of 1 was causing errors
v0.2.1
- NumberContent: now showing dots for invisible buttons on front and back, maintaining the first
and last button always visible.