Skip to content

Latest commit

 

History

History
98 lines (55 loc) · 4.53 KB

CHANGELOG.md

File metadata and controls

98 lines (55 loc) · 4.53 KB

3.2.0

  • Migrates to Flutter 3.

3.1.0

3.0.1+1

3.0.1

  • Fixes code formatting in ListenableListener.
  • Updates sliver_tools dependency.
  • Adds new unit tests.

3.0.0

  • Promotes null safety to stable release.
  • Migrates example project to null safety.
  • Migrates code samples to null safety.

3.0.0-nullsafety.0

  • Migrates to null safety.

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.