0
votes

I am new to flutter i am struggling to create a system tray implementation.

What i need is:

  1. Create a tray icon for my application.
  2. Be able to hide and show the application window through the tray icon right click menu.
  3. Be able to add options to tray icon right click menu, like open screen X.
  4. Be able to start and stop some process, and change the tray icon on real time (see image below).

enter image description here

Can someone guide me ? :D

P.S.: My application will run on Windows, Linux and MacOS.

Thanks all!

1

1 Answers