Skip to content

Commit 9bf69a9

Browse files
committed
0.1.9
1 parent c25261c commit 9bf69a9

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.9
2+
3+
- Fixed Visual bug in fullScreen #83
4+
- Update `WindowCaption` widget.
5+
16
## 0.1.8
27

38
- Add `WindowCaption` widget. #81

README-ZH.md

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

118118
```yaml
119119
dependencies:
120-
window_manager: ^0.1.8
120+
window_manager: ^0.1.9
121121
```
122122
123123

README.md

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

119119
```yaml
120120
dependencies:
121-
window_manager: ^0.1.8
121+
window_manager: ^0.1.9
122122
```
123123
124124
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ packages:
197197
path: ".."
198198
relative: true
199199
source: path
200-
version: "0.1.8"
200+
version: "0.1.9"
201201
sdks:
202202
dart: ">=2.14.0 <3.0.0"
203203
flutter: ">=1.20.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.1.8
3+
version: 0.1.9
44
homepage: https://github.com/leanflutter/window_manager
55

66
environment:

0 commit comments

Comments
 (0)