Skip to content

Releases: WieFel/number_paginator

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.

v0.2.0

18 Sep 14:50
Compare
Choose a tag to compare
  • NumberPaginatorController for controlling the NumberPaginator from the outside

v0.1.0

08 Sep 10:02
Compare
Choose a tag to compare
  • 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