system_tray 2.0.3 system_tray: ^2.0.3 copied to clipboard
system_tray that makes it easy to customize tray and work with your Flutter desktop app.
2.0.3 #
- [Feature] support template icons on macOS
- [Fix] support for Ubuntu 22.04 or greater
- [Fix] resolve conflicts with MenuItem
2.0.2 #
- [Fix] typo: setLable -> setLabel
- [Fix] Search for the menuitem recursively
2.0.1 #
- [Feature] Refactor demo
2.0.0 #
- [Feature] support MenuItemCheckbox
- [Feature] support add menu item with image (except linux)
- [Feature] support modify MenuItem property
- [Feature] support destroy tray
- [Feature] support multiple context menu
0.1.1 #
- [Fixed] support flutter 3.0
0.1.0 #
- [Feature] add some helper functions (setImage / setTooltip / setTitle / getTitle)
- [Fixed] enable change icon image on macOS
0.0.9 #
- [Feature] add popUpContextMenu
- [Feature] add new system tray event (leftMouseDown / rightMouseDown)
0.0.8 #
- [Feature] tray icon support high DPI on windows
- [Feature] support simple class appwindow for control window on all platforms
- [Fixed] fixed crash when minimize window, then click on menubar on macOS
0.0.7 #
- Support handle system tray event leftMouseUp/rightMouseUp (only for macos、windows)
0.0.6 #
- Fixed flash tray icon for macos
0.0.4 #
- Fixed flash tray icon for macos
0.0.3 #
- Add function setSystemTrayInfo
0.0.2 #
- Upgrade README.md
0.0.1 #
- Initial Windows release as federated plugin