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

Support for custom view

lucasarcouto opened this issue · comments

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

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.