tray_manager icon indicating copy to clipboard operation
tray_manager copied to clipboard

This plugin allows Flutter desktop apps to defines system tray.

Results 24 tray_manager issues
Sort by recently updated
recently updated
newest added

Hello team, If possible can you please add tooltip support on menu item in windows on hover Because its working in MACOS but not in windows. Please check it and...

## 环境信息 - OS: Windows 11 23H2 22631.4112 - Flutter: ``` [√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [版本 10.0.22631.4112], locale zh-CN) [√] Windows Version (Installed version of Windows...

First of, nice plugin! I observe the following issue on Windows (I did not test on other platforms): onTrayIcon(Right)MouseDown is called twice when mouse is released. onTrayIcon(Right)MouseUp is never called....

## What works? - Setting tray icon ## What doesn't? - Setting tray icon dynamically (works sometimes) - Flashing tray-icon (works sometimes) - Context menu works only until an option...