Skip to content

Commit cc90b9d

Browse files
committed
v0.3.4
1 parent f400262 commit cc90b9d

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.3.4
2+
3+
* [macos] Fix blur and focus events when the MainFlutterWindow extends from NSPanel
4+
15
## 0.3.3
26

37
* [macos] feat: setTitleBarStyle() restores window frame on Linux (#323)

README-ZH.md

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

137137
```yaml
138138
dependencies:
139-
window_manager: ^0.3.3
139+
window_manager: ^0.3.4
140140
```
141141
142142

README.md

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

137137
```yaml
138138
dependencies:
139-
window_manager: ^0.3.3
139+
window_manager: ^0.3.4
140140
```
141141
142142
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ packages:
301301
path: ".."
302302
relative: true
303303
source: path
304-
version: "0.3.3"
304+
version: "0.3.4"
305305
sdks:
306306
dart: ">=3.0.0-0 <4.0.0"
307307
flutter: ">=3.3.0"

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.3
3+
version: 0.3.4
44
homepage: https://github.com/leanflutter/window_manager
55

66
platforms:

0 commit comments

Comments
 (0)