We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.24.0
Windows
windows 11
~
水平方向的Listview,我用ListObserverController.animateTo,jumpTo都无法滚动到指定的index,请问是什么原因呢
No response
The text was updated successfully, but these errors were encountered:
请提供复现问题的代码~
一般出现这个问题是因为 scrollview_observer 没有捕获到 ListView 的 BuildContext,如条件渲染的 ListView,如果是这种问题,要么将 ListView 改为一开始就渲染,要么就是在确定渲染后去调用 observerController.reattach();
scrollview_observer
ListView
BuildContext
observerController.reattach();
相关说明: 1.7、reattach
Sorry, something went wrong.
LinXunFeng
No branches or pull requests
Version
1.24.0
Platforms
Windows
Device Model
windows 11
flutter info
~
How to reproduce?
水平方向的Listview,我用ListObserverController.animateTo,jumpTo都无法滚动到指定的index,请问是什么原因呢
Logs
Example code (optional)
Contact
No response
The text was updated successfully, but these errors were encountered: