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
605 stars 201 forks source link

[Question] Disable Automatic Next Page Load #309

Closed avishail closed 4 months ago

avishail commented 5 months ago

Is it possible to replace the "automatic next page load" functionality with a "load next page" button so the next page load will be driven by explicit user action?

I have a use-case where loading the next page is very expensive and I want this to happen only if the user really wants to see the next page.

Thanks!

nandakista commented 5 months ago

I have the same issue

clragon commented 4 months ago

Duplicate of #177