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
591 stars 117 forks source link

[How to use] 其中一个Tab下拉到顶部后,另一个Tab的数据还是会受影响 #153

Closed xuyisheng closed 2 months ago

xuyisheng commented 2 months ago

Platforms

dart

Description

RT,先看录屏

https://github.com/fluttercandies/extended_nested_scroll_view/assets/7419202/547306b6-27bf-4d7d-9acc-ed08e8c6fa79

第一个tab在index 10,第二个tab下拉滑动到顶部后,第一个tab的数据也变成index 0了。

My code

用的Example中的Simple demos - pinned header

Try do it

No response

zmtzawqlp commented 2 months ago

拉到顶部了。是这样的。全部都会重置。这是代码就这样设计的。官方

xuyisheng commented 2 months ago

拉到顶部了。是这样的。全部都会重置。这是代码就这样设计的。官方

有规避方法吗?

zmtzawqlp commented 2 months ago

没有。你可以给官方提issue

zmtzawqlp commented 2 months ago

https://github.com/flutter/flutter/issues/40740#issuecomment-2062796061 你可以看看这个回复