File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 117117
118118``` yaml
119119dependencies :
120- window_manager : ^0.1.8
120+ window_manager : ^0.1.9
121121` ` `
122122
123123或
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.8
121+ window_manager : ^0.1.9
122122` ` `
123123
124124Or
Original file line number Diff line number Diff 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 "
201201sdks:
202202 dart: ">=2.14.0 <3.0.0"
203203 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.8
3+ version : 0.1.9
44homepage : https://github.com/leanflutter/window_manager
55
66environment :
You can’t perform that action at this time.
0 commit comments