File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ### 0.3.4
2+
3+ * [ macos] Fix blur and focus events when the MainFlutterWindow extends from NSPanel
4+
15## 0.3.3
26
37* [ macos] feat: setTitleBarStyle() restores window frame on Linux (#323 )
Original file line number Diff line number Diff line change 136136
137137``` yaml
138138dependencies :
139- window_manager : ^0.3.3
139+ window_manager : ^0.3.4
140140` ` `
141141
142142或
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Add this to your package's `pubspec.yaml` file:
136136
137137``` yaml
138138dependencies :
139- window_manager : ^0.3.3
139+ window_manager : ^0.3.4
140140` ` `
141141
142142Or
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ packages:
301301 path: ".."
302302 relative: true
303303 source: path
304- version: "0.3.3 "
304+ version: "0.3.4 "
305305sdks:
306306 dart: ">=3.0.0-0 <4.0.0"
307307 flutter: ">=3.3.0"
Original file line number Diff line number Diff line change 11name : window_manager
22description : This plugin allows Flutter desktop apps to resizing and repositioning the window.
3- version : 0.3.3
3+ version : 0.3.4
44homepage : https://github.com/leanflutter/window_manager
55
66platforms :
You can’t perform that action at this time.
0 commit comments