Skip to content

Commit 3556013

Browse files
committed
v0.2.3
1 parent c68fb44 commit 3556013

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.2.3
2+
3+
* Fixed cannot convert type Double to type CGFloat #138
4+
* [linux & windows] Implement `popUpWindowMenu` metnod #141
5+
16
## 0.2.2
27

38
* Fixed overflow error after minimize #55, #119, #125

README-ZH.md

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

129129
```yaml
130130
dependencies:
131-
window_manager: ^0.2.1
131+
window_manager: ^0.2.3
132132
```
133133
134134

README.md

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

129129
```yaml
130130
dependencies:
131-
window_manager: ^0.2.1
131+
window_manager: ^0.2.3
132132
```
133133
134134
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.2.2"
200+
version: "0.2.3"
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.2.2
3+
version: 0.2.3
44
homepage: https://github.com/leanflutter/window_manager
55

66
platforms:

0 commit comments

Comments
 (0)