number_pagination 1.0.6 number_pagination: ^1.0.6 copied to clipboard
Pagination using numbers, similar to the classic web-style pagination. Explore pages by numbers, not infinite scrolling!
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.