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

Set tray icon from network and other sources #57

Open javaherisaber opened 1 year ago

javaherisaber commented 1 year ago

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?