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

_NestedScrollController: activeCount is 0, please report to zmtzawqlp@live.com and show your case #2

Closed qq329401134 closed 5 years ago

qq329401134 commented 5 years ago

image 当我把红框的控件加上flutter_easyrefresh的时候,当切换到第二个tab的时候会出现,不太懂为什么 _NestedScrollController: activeCount is 0, please report to zmtzawqlp@live.com and show your case.

qq329401134 commented 5 years ago

但是使用NestedScrollViewRefreshIndicator包裹的时候就不会出现以上问题,希望可以指教一下

zmtzawqlp commented 5 years ago

建议使用old的那个。new的在某些特殊场景会不准确

qq329401134 commented 5 years ago

好了 完美 谢谢