paginable 1.1.1 paginable: ^1.1.1 copied to clipboard
Paginable is a Flutter package which makes pagination easier by providing more functionality on top of native widgets.
Examples #
Using PaginableListViewBuilder
#
This example helps to understand the usage of PaginableListViewBuilder
.
Using PaginableCustomScrollView
with PaginableSliverChildBuilderDelegate
#
This example helps to understand how we can use PaginableCustomScrollView
with PaginableSliverChildBuilderDelegate
to perform pagination.