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

Image in list keeps reloading #120

Closed chitgoks closed 3 years ago

chitgoks commented 3 years ago

is there a way not to let this happen?

EdsonBueno commented 3 years ago

Hi @chitgoks . Maybe caching your images? You'd probably have that same problem using a regular ListView, so it's nothing related to the package. Thank you