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+
17### 0.3.8
28
39* Updates minimum supported SDK version to Flutter 3.3/Dart 3.0.
Original file line number Diff line number Diff line change 145145
146146``` yaml
147147dependencies :
148- window_manager : ^0.3.8
148+ window_manager : ^0.3.9
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.3.8
149+ window_manager : ^0.3.9
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.3.8 "
320+ version: "0.3.9 "
321321sdks:
322322 dart: ">=3.2.0-0 <4.0.0"
323323 flutter: ">=3.3.0"
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ packages:
55 dependency: transitive
66 description:
77 name: args
8- sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596
8+ sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
99 url: "https://pub.dev"
1010 source: hosted
11- version: "2.4.2 "
11+ version: "2.5.0 "
1212 async:
1313 dependency: transitive
1414 description:
@@ -119,10 +119,10 @@ packages:
119119 dependency: transitive
120120 description:
121121 name: json_annotation
122- sha256: b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467
122+ sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1"
123123 url: "https://pub.dev"
124124 source: hosted
125- version: "4.8.1 "
125+ version: "4.9.0 "
126126 leak_tracker:
127127 dependency: transitive
128128 description:
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.8
3+ version : 0.3.9
44homepage : https://github.com/leanflutter/window_manager
55
66platforms :
You can’t perform that action at this time.
0 commit comments