EdsonBueno / infinite_scroll_pagination

Flutter package to help you lazily load and display pages of items as the user scrolls down your screen.
https://pub.dev/packages/infinite_scroll_pagination
MIT License
626 stars 213 forks source link

Example breaks on grids #278

Closed clragon closed 1 year ago

clragon commented 1 year ago

The first page key to should actually be 1 and not 0 in these two instances:

https://github.com/EdsonBueno/infinite_scroll_pagination/blob/master/example/lib/samples/beer_masonry_grid.dart#L18 https://github.com/EdsonBueno/infinite_scroll_pagination/blob/master/example/lib/samples/beer_sliver_grid.dart#L19

EdsonBueno commented 1 year ago

Solved! Thanks for catching that.