leanflutter / tray_manager

This plugin allows Flutter desktop apps to defines system tray.
https://pub.dev/packages/tray_manager
MIT License
230 stars 36 forks source link

destroy() recreates a flashing icon (appends to an existing flashing icon) #20

Closed yahu1031 closed 2 years ago

yahu1031 commented 2 years ago

I created a flashing icon and when I call destroy, It stops the flashing icon at the current state and appends a new flashing icon.

This is the result if I keep clicking the destroy button. The last(left one) is blinking and the rest are not.

Screenshot 2022-06-11 at 10 40 10 PM