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 50 forks source link

Support for custom view #52

Open lucasarcouto opened 1 year ago

lucasarcouto commented 1 year ago

Is it possible to add support for custom views instead of a menu?

Something like what Google Drive shows when clicking the tray icon:

Screen Shot 2022-09-05 at 17 22 16

0ttik commented 1 year ago

I suppose that ideally we'd want to pass full flutter widget there, but that would require us flutter engine to render in a system tray. Idk if we can manage from native side.