File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed
Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.0
2+
3+ * Add integration test (#275 )
4+ * [ windows] add show and hide events (#274 )
5+ * [ linux] clean up state tracking (#273 )
6+ * Add missing future return values (#272 )
7+ * [ linux] implement minimizable & maximizable (#270 )
8+ * [ linux] fix getTitle() crash when null (#269 )
9+ * [ linux] fix on_window_show and on_window_hide signatures (#268 )
10+
111## 0.2.9
212
313* [ windows] Fix set maximizable throwing an error (#267 )
Original file line number Diff line number Diff line change 135135
136136``` yaml
137137dependencies :
138- window_manager : ^0.2.9
138+ window_manager : ^0.3.0
139139` ` `
140140
141141或
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Add this to your package's `pubspec.yaml` file:
135135
136136``` yaml
137137dependencies :
138- window_manager : ^0.2.9
138+ window_manager : ^0.3.0
139139` ` `
140140
141141Or
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ packages:
268268 path: ".."
269269 relative: true
270270 source: path
271- version: "0.2.9 "
271+ version: "0.3.0 "
272272sdks:
273273 dart: ">=2.17.0-0 <3.0.0"
274274 flutter: ">=1.20.0"
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ packages:
8787 name: screen_retriever
8888 url: "https://pub.dartlang.org"
8989 source: hosted
90- version: "0.1.4 "
90+ version: "0.1.5 "
9191 sky_engine:
9292 dependency: transitive
9393 description: flutter
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.2.9
3+ version : 0.3.0
44homepage : https://github.com/leanflutter/window_manager
55
66platforms :
You can’t perform that action at this time.
0 commit comments