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

列表滚动同步,好像不行了 #11

Closed YQjiuhao closed 5 years ago

YQjiuhao commented 5 years ago

Flutter:1.7.8+hotfix.3 extended_nexsted_scroll_view 0.3.6 使用TabBar与PageView搭配使用,放PageView存放GridView,已经使用NestedScrollViewInnerScrollPositionKeyWidget和给定不同的key

zmtzawqlp commented 5 years ago

pageview放gridview是什么操作。。。( ╯□╰ )

YQjiuhao commented 5 years ago

神操作啊,之前可以的,现在必须要实现innerScrollPositionKeyBuilder

zmtzawqlp commented 5 years ago

一直都是这样的哦