paginable 2.0.0
paginable: ^2.0.0 copied to clipboard
Paginable is a Flutter package which makes pagination easier by providing more functionality on top of native widgets.
1.0.0 #
- Intial release
1.1.0 #
- Updated the README.md for better readability
2.0.0 #
- Added support for
ListView.separated(), usePaginableListView.separated()which is the paginable's version ofListView.separated() - Added support for
separatorBuildertoPaginableSliverChildBuilderDelegate, usePaginableSliverChildBuilderDelegate().separated()which is likeListView.separated() - Deprecated the
PaginableListViewBuilder, usePaginableListView.builder()instead.