antler119 / system_tray

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hot reloading an app using AppWindow raises a warning.

tomoyuki28jp opened this issue · comments

commented

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.

commented

It seems like v2.0.1 resolved this issue.