Skip to content

Commit 4c671cc

Browse files
committed
v0.3.0
1 parent cd6dacf commit 4c671cc

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.0
2+
3+
* Add integration test (#275)
4+
* [windows] add show and hide events (#274)
5+
* [linux] clean up state tracking (#273)
6+
* Add missing future return values (#272)
7+
* [linux] implement minimizable & maximizable (#270)
8+
* [linux] fix getTitle() crash when null (#269)
9+
* [linux] fix on_window_show and on_window_hide signatures (#268)
10+
111
## 0.2.9
212

313
* [windows] Fix set maximizable throwing an error (#267)

README-ZH.md

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

136136
```yaml
137137
dependencies:
138-
window_manager: ^0.2.9
138+
window_manager: ^0.3.0
139139
```
140140
141141

README.md

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

136136
```yaml
137137
dependencies:
138-
window_manager: ^0.2.9
138+
window_manager: ^0.3.0
139139
```
140140
141141
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ packages:
268268
path: ".."
269269
relative: true
270270
source: path
271-
version: "0.2.9"
271+
version: "0.3.0"
272272
sdks:
273273
dart: ">=2.17.0-0 <3.0.0"
274274
flutter: ">=1.20.0"

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ packages:
8787
name: screen_retriever
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "0.1.4"
90+
version: "0.1.5"
9191
sky_engine:
9292
dependency: transitive
9393
description: flutter

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

66
platforms:

0 commit comments

Comments
 (0)