Skip to content
New issue

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

AnimationController为null导致的报错 #8

Open
jihongboo opened this issue Jun 17, 2020 · 3 comments
Open

AnimationController为null导致的报错 #8

jihongboo opened this issue Jun 17, 2020 · 3 comments

Comments

@jihongboo
Copy link

我们的项目会在极端的情况下,同时触发页面pop和cell滑动关闭(CupertinoLeftScrollState.close)
这种情况下,animationController会提早释放,导致animationController.animateTo(0)执行报错。
NoSuchMethodError: The method 'stop' was called on null.

@mjl0602
Copy link
Collaborator

mjl0602 commented Jul 2, 2020

只是会报个错吧?页面上能明显看到错误显示吗。

@jihongboo
Copy link
Author

页面上没有错误,影响不是很大

@mjl0602
Copy link
Collaborator

mjl0602 commented Jul 8, 2020

带动画的Widget多多少少都有这种问题,不影响UI应该没事

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants