antler119 / system_tray

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.
MIT License
214 stars 51 forks source link

Hot reloading an app using AppWindow raises a warning. #35

Closed tomoyuki28jp closed 2 years ago

tomoyuki28jp commented 2 years ago

Hot reloading an app using AppWindow on macOS raises a following warning:

Error: Message responses can be sent only once. Ignoring duplicate response on channel 'flutter[/system_tray/app_window]()'.

This occurs in the example app too.

tomoyuki28jp commented 2 years ago

It seems like v2.0.1 resolved this issue.