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

tabview滚动问题。 #41

Closed dazed-daydreamer closed 4 years ago

dazed-daydreamer commented 4 years ago

当使用AutomaticKeepAliveClientMixin 。现在有tabview1 和 tabview2 。当tabview1的滚动吸顶,当切换到tabview2的时候取消滚动吸顶。但是因为tabview1的状态是被记录了还是属于滚动了一部分状态。这个问题怎么解决?

zmtzawqlp commented 4 years ago

https://github.com/fluttercandies/extended_nested_scroll_view/issues/40