- 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
setIconPositionmethod. (#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
setTitlemethod. - [linux] Implemented
setTitlemethod. #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
setToolTipMethod.
- [macos] Add
isTemplateparameter tosetIconmethod
- [linux] Remove
<uuid/uuid.h>dependency
- Support sub menu.
- Implemented
destroyMethod. - Implemented
setIconMethod. - Implemented
setContextMenuMethod. - Implemented
popUpContextMenuMethod. - Implemented
getBoundsMethod.
- Initial release.