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.
Using PaginableListView
#
This example helps to understand the usage of PaginableListView
.
Using PaginableCustomScrollView
with PaginableSliverChildBuilderDelegate
#
This example helps to understand how we can use PaginableCustomScrollView
with PaginableSliverChildBuilderDelegate
to perform pagination.