Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 3.9 KB

CHANGELOG.md

File metadata and controls

70 lines (39 loc) · 3.9 KB

2.3.0

2.2.4

  • Fixes new page requests happening before the end of the current frame.

2.2.3

  • Fixes a bug in which manually resetting to a previous page would stop requesting subsequent pages.

2.2.2

  • Adds a condition to avoid requesting the first page when there are preloaded items.

2.2.1

2.2.0+1

  • Constraints the Flutter SDK dependency to a minimum version of 1.22.0.

2.2.0

2.1.0+1

2.1.0

  • 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

2.0.0

1.1.1

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

1.1.0

1.0.0+2

  • Changes README images reference URL.
  • Adds documentation to PagedDataSource properties.

1.0.0+1

  • Adds images to README.md.

1.0.0

  • Initial release.