Skip to content

Latest commit

 

History

History
96 lines (73 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

96 lines (73 loc) · 1.68 KB

1.1.6

  • Add enableInteraction.

1.1.5

  • Fix backgroundColor.

1.1.4

  • Add selectedNumberFontWeight.

1.1.3

  • Remove overlayColors.
  • Fix the intermittent flashing effect of the color when clicking the first and last buttons.

1.1.2

  • Improve document.

1.1.1

  • Improve document.
  • Add more customize options.

1.1.0

  • Remove unused variables.
  • Change the variables name.
  • Add more customize options.
  • Improve document.

1.0.9

  • BREAKING CHANGE: Changed the variable name from pageInit to currentPage.

1.0.8

  • Separating the public/private code.

1.0.7

  • Add topics of pub.dev.

1.0.6

  • Update minimum supported SDK version (>=3.0.0)
  • Improve code (partial update applied)

1.0.5

  • Add new property: buttonSpacing, groupSpacing.

1.0.4

  • Remove autoSetState.
  • Add new property: buttonElevation, buttonRadius.
  • Improve the widgets used in the package.

1.0.3

  • Improve code readability.

1.0.2

  • Remove unnecessary initialization in initState.

1.0.1

  • Add 'autoSetState' option.

1.0.0

  • Fix the RenderFlex overflowed error on small screens.
  • Performance improvements.
  • Improve code readability.
  • Add simple unit tests.

0.0.3+2

  • fix dart format.

0.0.3+1

  • update readme.

0.0.3+0

  • Add more API comment.
  • Add fontFamily.
  • Add fontSize.
  • Change onNumberChanged -> onPageChanged

0.0.2+0

  • Change options name.
  • More support user custom.

Options

  • Function(int) onNumberChange
  • int pageTotal
  • int pageInit
  • int threshold
  • Color colorPrimary
  • Color colorSub
  • Widget? controlButton
  • Widget? iconToFirst
  • Widget? iconPrevious
  • Widget? iconNext
  • Widget? iconToLast

0.0.1+1

Add some info.

0.0.1

Initial release.