Settle with r10v systray fork for now
Clean up go dependencies
Replaced getlantern systray with r10v fork to improve menu behavior on windows (menu still doesn't always appear)
Fix import in windows implementation
Fix an issue where systray menu would sometimes not display in windows after startup.
Systray menu entries now display in order declared by Flutter app.
Made init call synchronous and made other changes that allow the plugin to work on MacOS correctly.
Replaced systray
with trayhost
Changed IPC format from serialized map to JSON
Removed tooltips and icons from flutter_systray menu items as underlying library doesn't support them
Support for basic systray functionalities
A proof of concept