File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.3
2+
3+ * fix(macos): Fix app will crash when closing the tray. #44
4+
15## 0.2.2
26
37* fix(linux): ensure icon works in sandboxed environments #43
Original file line number Diff line number Diff line change 5454
5555``` yaml
5656dependencies :
57- tray_manager : ^0.2.1
57+ tray_manager : ^0.2.3
5858` ` `
5959
6060或
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Add this to your package's pubspec.yaml file:
5454
5555``` yaml
5656dependencies :
57- tray_manager : ^0.2.1
57+ tray_manager : ^0.2.3
5858` ` `
5959
6060Or
Original file line number Diff line number Diff line change 11name : tray_manager
22description : This plugin allows Flutter desktop apps to defines system tray.
3- version : 0.2.2
3+ version : 0.2.3
44homepage : https://github.com/leanflutter/tray_manager
55
66platforms :
You can’t perform that action at this time.
0 commit comments