Skip to content

Releases: EdsonBueno/infinite_scroll_pagination

2.2.1

21 Oct 13:18
Compare
Choose a tag to compare

2.2.0+1

19 Oct 15:10
Compare
Choose a tag to compare
  • Constraint the Flutter SDK dependency to a minimum version of 1.22.0.

2.2.0

18 Oct 21:08
Compare
Choose a tag to compare

2.1.0+1

13 Oct 17:17
Compare
Choose a tag to compare

2.1.0

10 Oct 20:07
Compare
Choose a tag to compare
  • Adds noMoreItemsIndicatorBuilder to PagedChildBuilderDelegate.
  • Adds properties to both grid widgets to let you choose whether you want to display the progress, error and completed listing indicators as grid items or if you want to put them below the grid, as is in the list widgets.

2.0.1

03 Oct 13:27
Compare
Choose a tag to compare

Fix PagingController not calling its status listeners.

2.0.0

02 Oct 19:27
Compare
Choose a tag to compare

BREAKING CHANGE: Replaced PagedDataSource and PagedStateChangeListener with PagingController, favoring composition over inheritance.

1.1.1

23 Sep 16:57
Compare
Choose a tag to compare

Removes scroll from first page progress indicator, first page error indicator and no items found indicator.

1.1.0

18 Sep 08:39
Compare
Choose a tag to compare

Adds PagedStateChangeListener for being able to listen for PagedDataSource changes.

1.0.0+2

22 Aug 20:38
Compare
Choose a tag to compare

First pub.dev release.