Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 671 Bytes

CHANGELOG.md

File metadata and controls

21 lines (12 loc) · 671 Bytes

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.