File tree Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.3.9
2
+
3
+ * fix(windows): fix TitleBar buttons does not display correctly #415
4
+ * fix(windows): crash after deconstruction #423
5
+ * fix(windows): WindowManager.IsFocused() method (#461 )
6
+
1
7
### 0.3.8
2
8
3
9
* Updates minimum supported SDK version to Flutter 3.3/Dart 3.0.
Original file line number Diff line number Diff line change 145
145
146
146
``` yaml
147
147
dependencies :
148
- window_manager : ^0.3.8
148
+ window_manager : ^0.3.9
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.3.8
149
+ window_manager : ^0.3.9
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.3.8 "
320
+ version: "0.3.9 "
321
321
sdks:
322
322
dart: ">=3.2.0-0 <4.0.0"
323
323
flutter: ">=3.3.0"
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ packages:
5
5
dependency: transitive
6
6
description:
7
7
name: args
8
- sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596
8
+ sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
9
9
url: "https://pub.dev"
10
10
source: hosted
11
- version: "2.4.2 "
11
+ version: "2.5.0 "
12
12
async:
13
13
dependency: transitive
14
14
description:
@@ -119,10 +119,10 @@ packages:
119
119
dependency: transitive
120
120
description:
121
121
name: json_annotation
122
- sha256: b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467
122
+ sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1"
123
123
url: "https://pub.dev"
124
124
source: hosted
125
- version: "4.8.1 "
125
+ version: "4.9.0 "
126
126
leak_tracker:
127
127
dependency: transitive
128
128
description:
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.3.8
3
+ version : 0.3.9
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