tray_manager 0.1.7
tray_manager: ^0.1.7 copied to clipboard
This plugin allows Flutter desktop apps to defines system tray.
0.1.7 #
- [macos] Optimize tray icon click event response
0.1.6 #
- Support Flutter 3.0
- [macos] Implemented
setTitlemethod. - [linux] Implemented
setTitlemethod. #15 - [linux] Fix build on Ubuntu 22.04 #16 #17
0.1.5 #
- Support Checkbox MenuItem #3
- [macos] Fixed onTrayIconMouseDown not triggered
0.1.4 #
- [macos] Fix the problem that the tray highlight state is incorrect #4 #10
0.1.3 #
- [windows] Implemented
setToolTipMethod.
0.1.2 #
- [macos] Add
isTemplateparameter tosetIconmethod
0.1.1 #
- [linux] Remove
<uuid/uuid.h>dependency
0.1.0 #
- Support sub menu.
0.0.2 #
- Implemented
destroyMethod. - Implemented
setIconMethod. - Implemented
setContextMenuMethod. - Implemented
popUpContextMenuMethod. - Implemented
getBoundsMethod.
0.0.1 #
- Initial release.