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

[Bug report] #148

Closed devyu closed 6 months ago

devyu commented 6 months ago

Version

5.1.3

Platforms

iOS

Device Model

iPhone X

flutter info

physics设置为NeverScrollableScrollPhysics(),似乎无法禁止滚动?请教下有什么好的解决方案吗?
devyu commented 6 months ago

image

zmtzawqlp commented 6 months ago

官方已只 issue吧。你先追踪下 flutter team

devyu commented 6 months ago

官方已只 issue吧。你先追踪下 flutter team

你好,当只有一个tab的时候,并不会有问题,当有两个以上的tab,禁用滑动就失效了

zmtzawqlp commented 6 months ago

merge code from https://github.com/flutter/flutter/pull/123109