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
599 stars 120 forks source link

列表开启切换缓存时的bug #3

Closed Gentear closed 5 years ago

Gentear commented 5 years ago

TabBarView开启切换缓存时,tab1上划,切换到tab0下划,然后切换到tab1,tab1列表内容仍为之前滑到的位置

zmtzawqlp commented 5 years ago

@Gentear 请使用官方默认的,这个组件就是解决。。tabbarview 缓存之后。。滚动列表。列表都会互相影响。。

zmtzawqlp commented 5 years ago

如果。你不要保存列表状态,请使用官方默认