Skip to content

Releases: WieFel/number_paginator

v0.4.3

27 Dec 16:35
Compare
Choose a tag to compare
  • Web demo of the example app

v0.4.2

25 Dec 10:45
Compare
Choose a tag to compare
  • Upgrade to Flutter 3.27.1 and other upgrades

v0.4.1

30 Jan 20:40
Compare
Choose a tag to compare
  • New properties buttonTextStyle and buttonPadding in the NumberPaginatorUIConfig

v0.4.0

29 Sep 20:52
1266d91
Compare
Choose a tag to compare
  • 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

30 Jul 14:44
Compare
Choose a tag to compare
  • Correct images in README.md

v0.3.1

30 Jul 14:43
Compare
Choose a tag to compare
  • Correct images in README.md

v0.3.0

30 Jul 14:33
Compare
Choose a tag to compare
  • Compatibility with Dart 3
  • Added package screenshots

v0.2.3

19 Dec 17:53
Compare
Choose a tag to compare
  • Improved automatic scaling of arrow buttons and "3 dots" in NumberContent

v0.2.2

08 Oct 11:08
Compare
Choose a tag to compare
  • Fixed bug in NumberContent where a page count of 1 was causing errors

v0.2.1

19 Sep 16:29
Compare
Choose a tag to compare
  • NumberContent: now showing dots for invisible buttons on front and back, maintaining the first
    and last button always visible.