number_pagination 1.0.0 number_pagination: ^1.0.0 copied to clipboard
Pagination using number, such as the classic web style pagination.
1.0.0 #
- Fixing the RenderFlex overflowed error on small screens
- Performance improvements
- Improved code readability
- Added 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.