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

Potential memory leak from Animation Controllers #7

Closed
david-shortman opened this issue Apr 26, 2020 · 0 comments
Closed

Potential memory leak from Animation Controllers #7

david-shortman opened this issue Apr 26, 2020 · 0 comments

Comments

@david-shortman
Copy link

david-shortman commented Apr 26, 2020

════════ Exception caught by widgets library ═══════════════════════════════════════════════════════
The following assertion was thrown while finalizing the widget tree:
_ProgressButtonState#99899(tickers: tracking 2 tickers) was disposed with an active Ticker.

...

Tickers used by AnimationControllers should be disposed by calling dispose() on the AnimationController itself. Otherwise, the ticker will leak.

When disposing of a widget that contains a button actively being animated, the above error appears.

This widget should dispose of its AnimationControllers itself.

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

1 participant