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

列表同步滚动可以用pageview解决,只是你这个还是有问题。。。 #8

Closed YQjiuhao closed 5 years ago

YQjiuhao commented 5 years ago

因为tabBarView是对pageView的封装,直接使用pageView,再在pageview子界面做界面缓存就不用那么麻烦! 只是滑动需要headerView那一段高度。。。

zmtzawqlp commented 5 years ago

那你是没有用nestedscrollview吧?

zmtzawqlp commented 5 years ago

解决的是官方nestedscorllview的问题

YQjiuhao commented 5 years ago

解决的是官方nestedscorllview的问题

嗯嗯,用你这个设置pinnedHeaderSliverHeightBuilder就能解决heiderView问题