I am new to flutter i am struggling to create a system tray implementation.
What i need is:
- Create a tray icon for my application.
- Be able to hide and show the application window through the tray icon right click menu.
- Be able to add options to tray icon right click menu, like open screen X.
- Be able to start and stop some process, and change the tray icon on real time (see image below).
Can someone guide me ? :D
P.S.: My application will run on Windows, Linux and MacOS.
Thanks all!
There seem to be a couple of pointers at https://github.com/go-flutter-desktop/go-flutter/issues/185
related to the go based https://github.com/shurcooL/trayhost