File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ### 0.4.2
2+
3+ * [ windows] Update window_manager_plugin.cpp for fix #439 issue #486
4+ * [ windows] fix: win, adjustNCCALCSIZE with monitor coords #482
5+
16### 0.4.0
27
38* chore: Use custom paint icons to replace png icons (#467 )
Original file line number Diff line number Diff line change 145145
146146``` yaml
147147dependencies :
148- window_manager : ^0.4.0
148+ window_manager : ^0.4.2
149149` ` `
150150
151151或
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Add this to your package's `pubspec.yaml` file:
146146
147147``` yaml
148148dependencies :
149- window_manager : ^0.4.0
149+ window_manager : ^0.4.2
150150` ` `
151151
152152Or
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ packages:
317317 path: ".."
318318 relative: true
319319 source: path
320- version: "0.4.0 "
320+ version: "0.4.2 "
321321sdks:
322322 dart: ">=3.3.0 <4.0.0"
323323 flutter: ">=3.18.0-18.0.pre.54"
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.4.0
3+ version : 0.4.2
44homepage : https://github.com/leanflutter/window_manager
55
66platforms :
You can’t perform that action at this time.
0 commit comments