Releases: leanflutter/tray_manager
Releases · leanflutter/tray_manager
v0.2.3
- fix(macos): Fix app will crash when closing the tray. #44
v0.2.2
- fix(linux): ensure icon works in sandboxed environments #43
- Updates minimum supported SDK version to Flutter 3.3/Dart 3.0.
v0.2.0
- [macos] Implemented
setIconPosition
method. (#25)
v0.1.8
- [windows] getBounds method returns null when not initialized
- [macos] fixed destroy() not properly destroying tray icons #21 #22
- [macos] Fix getBounds crash
v0.1.7
- [macos] Optimize tray icon click event response
v0.1.6
- Support Flutter 3.0
- [macos] Implemented
setTitle
method.
- [linux] Implemented
setTitle
method. #15
- [linux] Fix build on Ubuntu 22.04 #16 #17
v0.1.5
- Support Checkbox MenuItem #3
- [macos] Fixed onTrayIconMouseDown not triggered
v0.1.4
- [macos] Fix the problem that the tray highlight state is incorrect #4 #10
v0.1.3
- [windows] Implemented
setToolTip
Method.