File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.8
2
+
3
+ * [ windows] getBounds method returns null when not initialized
4
+ * [ macos] fixed destroy() not properly destroying tray icons #21 #22
5
+ * [ macos] Fix getBounds crash
6
+
1
7
## 0.1.7
2
8
3
9
* [ macos] Optimize tray icon click event response
Original file line number Diff line number Diff line change 56
56
57
57
``` yaml
58
58
dependencies :
59
- tray_manager : ^0.1.7
59
+ tray_manager : ^0.1.8
60
60
` ` `
61
61
62
62
或
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Add this to your package's pubspec.yaml file:
56
56
57
57
``` yaml
58
58
dependencies :
59
- tray_manager : ^0.1.7
59
+ tray_manager : ^0.1.8
60
60
` ` `
61
61
62
62
Or
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ packages:
176
176
path: ".."
177
177
relative: true
178
178
source: path
179
- version: "0.1.7 "
179
+ version: "0.1.8 "
180
180
vector_math:
181
181
dependency: transitive
182
182
description:
Original file line number Diff line number Diff line change 1
1
name : tray_manager
2
2
description : This plugin allows Flutter desktop apps to defines system tray.
3
- version : 0.1.7
3
+ version : 0.1.8
4
4
homepage : https://github.com/leanflutter/tray_manager
5
5
6
6
platforms :
You can’t perform that action at this time.
0 commit comments