File tree Expand file tree Collapse file tree 6 files changed +12
-5
lines changed
Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1- name : Main
1+ name : build
22
33on :
44 push :
Original file line number Diff line number Diff line change 1+ ## 0.3.1
2+
3+ * [ linux] avoid removing shadows if no title is set (#297 )
4+ * [ macos] Implement isMaximizable and setMaximizable (#290 )
5+ * Don't crash if an event doesn't have a dedicated handler (#286 )
6+ * Remove all subWindow related implementations
7+
18## 0.3.0
29
310* Add integration test (#275 )
Original file line number Diff line number Diff line change 136136
137137``` yaml
138138dependencies :
139- window_manager : ^0.3.0
139+ window_manager : ^0.3.1
140140` ` `
141141
142142或
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Add this to your package's `pubspec.yaml` file:
136136
137137``` yaml
138138dependencies :
139- window_manager : ^0.3.0
139+ window_manager : ^0.3.1
140140` ` `
141141
142142Or
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ packages:
325325 path: ".."
326326 relative: true
327327 source: path
328- version: "0.3.0 "
328+ version: "0.3.1 "
329329sdks:
330330 dart: ">=2.18.0 <3.0.0"
331331 flutter: ">=2.5.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.3.0
3+ version : 0.3.1
44homepage : https://github.com/leanflutter/window_manager
55
66platforms :
You can’t perform that action at this time.
0 commit comments