Skip to content

Commit 0914c23

Browse files
committed
v0.3.9
1 parent 3e6261b commit 0914c23

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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.

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
```yaml
147147
dependencies:
148-
window_manager: ^0.3.8
148+
window_manager: ^0.3.9
149149
```
150150
151151

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Add this to your package's `pubspec.yaml` file:
146146

147147
```yaml
148148
dependencies:
149-
window_manager: ^0.3.8
149+
window_manager: ^0.3.9
150150
```
151151
152152
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
321321
sdks:
322322
dart: ">=3.2.0-0 <4.0.0"
323323
flutter: ">=3.3.0"

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: window_manager
22
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
3-
version: 0.3.8
3+
version: 0.3.9
44
homepage: https://github.com/leanflutter/window_manager
55

66
platforms:

0 commit comments

Comments
 (0)