- fix(macos): Fix app will crash when closing the tray. #44
- fix(linux): ensure icon works in sandboxed environments #43
- Updates minimum supported SDK version to Flutter 3.3/Dart 3.0.
- chore: Bump flutter to 3.6
- [linux] Fix libayatana set icon deprecation
- [macos] Implemented
setIconPosition
method. (#25)
- [windows] getBounds method returns null when not initialized
- [macos] fixed destroy() not properly destroying tray icons #21 #22
- [macos] Fix getBounds crash
- [macos] Optimize tray icon click event response
- Support Flutter 3.0
- [macos] Implemented
setTitle
method. - [linux] Implemented
setTitle
method. #15 - [linux] Fix build on Ubuntu 22.04 #16 #17
- Support Checkbox MenuItem #3
- [macos] Fixed onTrayIconMouseDown not triggered
- [macos] Fix the problem that the tray highlight state is incorrect #4 #10
- [windows] Implemented
setToolTip
Method.
- [macos] Add
isTemplate
parameter tosetIcon
method
- [linux] Remove
<uuid/uuid.h>
dependency
- Support sub menu.
- Implemented
destroy
Method. - Implemented
setIcon
Method. - Implemented
setContextMenu
Method. - Implemented
popUpContextMenu
Method. - Implemented
getBounds
Method.
- Initial release.