fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
592 stars 119 forks source link

Reversed ListView inside NestedScrollView #37

Closed luccascorrea closed 2 years ago

luccascorrea commented 4 years ago

Hi, First of all, thanks for the great lib! It fixes some annoying issues with NestedScrollView.

One issue that it didn't fix though is this one: https://github.com/flutter/flutter/issues/39134

This issue happens when you add a reversed ListView to a NestedScrollView. Would you have any guesses on how this could be solved? I don't understand the inner workings of the NestedScrollView implementation so I thought someone here might be able to help.

Thanks a lot

Luccas

zmtzawqlp commented 4 years ago

NestedScrollView has two scrollcontrol, i think you should reverse data better

brianschardt commented 3 years ago

@zmtzawqlp this is the issue i am running into as well. great library btw. Im looking into a solution now

zmtzawqlp commented 2 years ago

seem issue has closed by flutter team, reopen this issue if need