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
632 stars 214 forks source link

click to loadmore instead automatically loading #177

Closed fullflash closed 1 year ago

fullflash commented 2 years ago

Hi. is it possible to trigger new page loading via clicking bottom load more button instead of automatiacally loading new page on scrolling ?

EdsonBueno commented 1 year ago

It's not. But you don't need the package to do that, you'll be surprised how easy this is.