flutter_dropdown_menu icon indicating copy to clipboard operation
flutter_dropdown_menu copied to clipboard

Fixed ticker leak: DropdownMenuState was disposed with an active Ticker

Open ryanhz opened this issue 4 years ago • 0 comments

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

This fixes #15

ryanhz avatar Aug 14 '19 05:08 ryanhz