Skip to content

Commit e6cea61

Browse files
committed
0.1.7
1 parent f9f35de commit e6cea61

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.1.7
2+
3+
- Implement `setAspectRatio` method #74
4+
- [windows] Reimplement `getTitleBarHeight` method #33
5+
- [windows] Implement `startResizing` method
6+
- [windows] Add `DragToResizeArea` widget
7+
- [windows] Fix maximize and minimize animation not working when there is title bar hidden
8+
19
## 0.1.6
210

311
- Implement `isPreventClose` & `setPreventClose` methods #69

README-ZH.md

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

119119
```yaml
120120
dependencies:
121-
window_manager: ^0.1.6
121+
window_manager: ^0.1.7
122122
```
123123
124124

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.6
121+
window_manager: ^0.1.7
122122
```
123123
124124
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ packages:
176176
path: ".."
177177
relative: true
178178
source: path
179-
version: "0.1.6"
179+
version: "0.1.7"
180180
sdks:
181181
dart: ">=2.14.0 <3.0.0"
182182
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.6
3+
version: 0.1.7
44
homepage: https://github.com/leanflutter/window_manager
55

66
environment:

0 commit comments

Comments
 (0)