File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 118118
119119``` yaml
120120dependencies :
121- window_manager : ^0.1.6
121+ window_manager : ^0.1.7
122122` ` `
123123
124124或
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Add this to your package's `pubspec.yaml` file:
118118
119119``` yaml
120120dependencies :
121- window_manager : ^0.1.6
121+ window_manager : ^0.1.7
122122` ` `
123123
124124Or
Original file line number Diff line number Diff 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 "
180180sdks:
181181 dart: ">=2.14.0 <3.0.0"
182182 flutter: ">=1.20.0"
Original file line number Diff line number Diff line change 11name : window_manager
22description : This plugin allows Flutter desktop apps to resizing and repositioning the window.
3- version : 0.1.6
3+ version : 0.1.7
44homepage : https://github.com/leanflutter/window_manager
55
66environment :
You can’t perform that action at this time.
0 commit comments