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

Set tray icon from network and other sources

javaherisaber opened this issue · comments

Currently, the only way to set the tray icon is by providing an icon from the assets directory

systemTray.setImage('assets/some_icon.ico');

Can you make it possible to set the icon from other sources like Network and Memory?