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
612 stars 202 forks source link

Is it possible to save the state and data of a PagedListView #242

Closed kkhnifes closed 1 year ago

kkhnifes commented 1 year ago

Hey, I wanted to ask if it's possible to save the state and data (which is already loaded) in a PagedListView, because every time I change the to another View the state and data is lost. I am using a PageView to navigate between different Views.

kkhnifes commented 1 year ago

I used IndexedStack instead of an PageView.