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
+
1
6
### 0.4.0
2
7
3
8
* chore: Use custom paint icons to replace png icons (#467 )
Original file line number Diff line number Diff line change 145
145
146
146
``` yaml
147
147
dependencies :
148
- window_manager : ^0.4.0
148
+ window_manager : ^0.4.2
149
149
` ` `
150
150
151
151
或
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ Add this to your package's `pubspec.yaml` file:
146
146
147
147
``` yaml
148
148
dependencies :
149
- window_manager : ^0.4.0
149
+ window_manager : ^0.4.2
150
150
` ` `
151
151
152
152
Or
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ packages:
317
317
path: ".."
318
318
relative: true
319
319
source: path
320
- version: "0.4.0 "
320
+ version: "0.4.2 "
321
321
sdks:
322
322
dart: ">=3.3.0 <4.0.0"
323
323
flutter: ">=3.18.0-18.0.pre.54"
Original file line number Diff line number Diff line change 1
1
name : window_manager
2
2
description : This plugin allows Flutter desktop apps to resizing and repositioning the window.
3
- version : 0.4.0
3
+ version : 0.4.2
4
4
homepage : https://github.com/leanflutter/window_manager
5
5
6
6
platforms :
You can’t perform that action at this time.
0 commit comments