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

使用onlyOneScrollInBody和ExtendedVisibilityDetector结合仍然有一丝偏移,请问怎么回事?录制视频如下 #150

Open bianxiang opened 4 months ago

bianxiang commented 4 months ago

Content

https://github.com/fluttercandies/extended_nested_scroll_view/assets/16380379/9a29e1b4-853b-4540-9623-15a64a38083a

bianxiang commented 4 months ago

代码j截图 image image

zmtzawqlp commented 4 months ago

因为你已经拖动了最外面的scroll了,nested 里面有2个scroll,一个outer,一个inner,inner 是body里面的,outer 是包括header,只要你header被拖动了。inner里面的就会全部被重置

bianxiang commented 4 months ago

因为你已经拖动了最外面的scroll了,nested 里面有2个scroll,一个outer,一个inner,inner 是body里面的,outer 是包括header,只要你header被拖动了。inner里面的就会全部被重置,

@zmtzawqlp 我刚刚把tab移动到顶部,保证header不再被拖动,然后再测试,还是同样的问题,感觉不是header被拖动的问题,录制视频如下

https://github.com/fluttercandies/extended_nested_scroll_view/assets/16380379/1be0248c-9ba8-4c7e-bce8-9b00b14084f6