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

manually trigger the next page items request #191

Closed jagmohanJelly closed 1 year ago

jagmohanJelly commented 2 years ago

like i want the next API call to be executed after a button click or on the bases of user scroll extent, now it automatically calls the next items request with any action

EdsonBueno commented 1 year ago

Duplicate of https://github.com/EdsonBueno/infinite_scroll_pagination/issues/177