Skip to content

Releases: thechinkysight/paginable

v2.0.0

09 Nov 01:56
0989592
Compare
Choose a tag to compare

What's Changed

  • 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.

Full Changelog: v1.1.2...v2.0.0

v1.1.2

11 Oct 15:08
4e1d4e2
Compare
Choose a tag to compare

What's Changed

  • Updating Paginable to version 1.1.2 by @chinkysight in #16

Full Changelog: v1.1.1...v1.1.2

v1.1.1

08 Oct 07:50
Compare
Choose a tag to compare

v1.1.0

30 Sep 07:12
Compare
Choose a tag to compare
  • Updated the README.md for better readability

v1.0.0

29 Sep 14:16
Compare
Choose a tag to compare
  • Initial release.