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
623 stars 210 forks source link

FirstPageKey must be 1 if you are working with SQFEntity #189

Closed klausszilvas closed 2 years ago

klausszilvas commented 2 years ago

Hello, that is just a hint. If you are using infinite_scroll_pagination together with sqfentity and use the .page option to set limit and offset of the query, you have to start with the firstpagekey=1, otherwise you get the first page twice.