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

PagedListView inside ListView, unable to re-scroll up to the top of the screen after scrolled down #186

Closed giacomomasseron closed 2 years ago

giacomomasseron commented 2 years ago

Hi,
I put the PagedListView inside another ListView, and I have this strange behaviour: after I scrolled down the PagedListView, when I re-scroll up (and the scroll goes above the PagedListView) the screen is scrolled down automatically until the PagedListView starts.

I mean, I am not able to re-scroll up to the top of the screen.

giacomomasseron commented 2 years ago

It was not related to the package, sorry. I close the issue

nofure commented 1 year ago

how to scrolling inside listview