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

Fixed ticker leak: DropdownMenuState was disposed with an active Ticker #16

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

ryanhz
Copy link

@ryanhz ryanhz commented Aug 14, 2019

_fadeController is not dispose() at state's dispose() method, causing ticker leaking.

This fixes #15

_fadeController is not dispose() at state's dispose() method, causing ticker leaking
This fixes error like type '(XXX) => List<YYY>' is not a subtype of type
'(dynamic) => List<dynamic>'
jweiw99 added a commit to jweiw99/flutter_dropdown_menu that referenced this pull request Feb 4, 2020
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

Successfully merging this pull request may close these issues.

_DropdownMenuState#f9cfe(tickers: tracking 1 ticker) was disposed with an active Ticker
2 participants