paginable 2.0.0 copy "paginable: ^2.0.0" to clipboard
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

1.1.1 #

1.1.2 #

2.0.0 #

  • Added support for ListView.separated(), use PaginableListView.separated() which is the paginable's version of ListView.separated()
  • Added support for separatorBuilder to PaginableSliverChildBuilderDelegate, use PaginableSliverChildBuilderDelegate().separated() which is like ListView.separated()
  • Deprecated the PaginableListViewBuilder, use PaginableListView.builder() instead.
53
likes
130
pub points
78%
popularity

Publisher

unverified uploader

Paginable is a Flutter package which makes pagination easier by providing more functionality on top of native widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on paginable