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
624 stars 211 forks source link

What is a proper way to scroll and cache on both sides (top/bottom or left/right)? #158

Closed iostriz closed 2 years ago

iostriz commented 2 years ago

Imagine you have endless list and you're placed in the middle. Going left moves to the past, going right to the future. I would like to lazily load items on both sides. Is that possible?

clragon commented 2 years ago

this issue is a duplicate of #56