tray_manager
tray_manager copied to clipboard
This plugin allows Flutter desktop apps to defines system tray.
Call `destroy()` will crash the app, occurs by chance, not always. ``` Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x1833a5408 objc_msgSend + 8 1 CoreFoundation 0x1837f19f8 -[__NSDictionaryM objectForKey:] +...
setIconByBase64 setIconByByte setIconByFile
Can I use the base64 encoded image string as tray icons? Is there any solution?
I want to run the Flutter app as Tray app only and hide the main Window UI as I don't need it for now. Is this possible?
generally, control + click on keyboard is equal to right click on mouse, but it does not work in this tray.
统信UOS操作版本,专业版(1031),电脑为arm架构。 使用example就能复现。 setIcon后出现第一个托盘图标,该图标用鼠标点击左键和右键都能弹窗菜单; 调用setContextMenu设置托盘后会出现第2个相同的图标,该图标只能用鼠标右键弹窗菜单。 调用setContextMenu后报错 ` (tray_manager_example:20210): libayatana-appindicator-WARNING **: 12:00:14.835: Unable to connect to the Notification Watcher: GDBus.Error:com.deepin.DBus.Error.Unnamed: notifier item has been registered (tray_manager_example:20210): Gdk-CRITICAL **: 12:00:14.929: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count...
I have run ```bash sudo apt-get install libayatana-appindicator3-dev ``` while building I am getting the following error: ```log /snap/flutter/current/usr/bin/ld: /lib/x86_64-linux-gnu/libayatana-ido3-0.4.so.0: undefined reference to `g_time_zone_new_identifier' ⬅️ HERE [ +10 ms] clang:...
When running an app with this plugin on Linux without `libayatana-appindicator3-1` the app immediately crashes with: `error while loading shared libraries: libayatana-appindicator3.so.1: cannot open shared object file: No such file...
Hello, May I know if there is a way to add a badge below the Icon?
please provide a method that when call `popUpContextMenu ` don`t bring the window into the foreground .