Skip to content

Releases: WieFel/number_paginator

v1.1.2

15 Mar 11:26

Choose a tag to compare

  • Fix argument error for small widths (issue
    #38)
  • Flutter upgrade to 3.41.2
  • Improvements and upgrades

v1.1.1

17 Jul 17:44
e3ca06b

Choose a tag to compare

  • Added property child to PrevButton and NextButton
  • Flutter upgrade to 3.32.6

v1.1.0

05 Apr 20:05
bbdb8dd

Choose a tag to compare

  • Add ScrollableNumberContent to allow for scrollable page numbers and centering of buttons

v1.0.1

02 Apr 19:12
00c4c30

Choose a tag to compare

  • Fix issue with "a NumberPaginatorController was used after being disposed" (issue
    #31)

v1.0.0

30 Mar 15:01
954b916

Choose a tag to compare

  • BREAKING: Arrow buttons not shown by default anymore. Use included PrevButton and NextButton
    anywhere below NumberPaginator in the tree to show them
  • BREAKING: NumberPaginatorUIConfig removed. Customizations are now possible in a more flexible
    way, by directly using composition of child widgets, wrapping NumberPaginator in a Theme, or using builder functions
  • PaginatorButton texts are not scaling their font size automatically anymore (auto_size_text dependency
    was removed). Padding of buttons was removed, so more text can fit into them
  • Simpler API of NumberPaginator with less properties

v0.4.4

02 Mar 10:09
8ba903b

Choose a tag to compare

  • New property numbersMainAxisAlignment in NumberPaginatorUIConfig for aligning the numbers in
    the paginator

v0.4.3

27 Dec 16:35

Choose a tag to compare

  • Web demo of the example app

v0.4.2

25 Dec 10:45

Choose a tag to compare

  • Upgrade to Flutter 3.27.1 and other upgrades

v0.4.1

30 Jan 20:40

Choose a tag to compare

  • New properties buttonTextStyle and buttonPadding in the NumberPaginatorUIConfig

v0.4.0

29 Sep 20:52
1266d91

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)