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

Even after adding the mixin AutomaticKeepAliveClientMixin, the state is maintained but the scroll offset is the same #113

Closed sahhilll closed 3 years ago

sahhilll commented 3 years ago

Facing the Same issue need help @EdsonBueno. Even after adding the mixin AutomaticKeepAliveClientMixin, the state is maintained but the scroll offset is the same for all tab for some reason. (for eg. I scrolled 2 posts on 1st tab and then switch to 2nd tab I see 2 posts scrolled.

_Originally posted by @Sahil-Colco in https://github.com/EdsonBueno/infinite_scroll_pagination/issues/112#issuecomment-869742918_