File tree Expand file tree Collapse file tree 7 files changed +21
-10
lines changed Expand file tree Collapse file tree 7 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 0.3.3
2+
3+ * [ macos] feat: setTitleBarStyle() restores window frame on Linux (#323 )
4+ * [ macos] Implement ` isVisibleOnAllWorkspaces ` & ` setVisibleOnAllWorkspaces ` methods
5+
16## 0.3.2
27
38* [ macos] Feature to set labeled badge on taskbar aka dock (#305 )
Original file line number Diff line number Diff line change 136136
137137``` yaml
138138dependencies :
139- window_manager : ^0.3.2
139+ window_manager : ^0.3.3
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.2
139+ window_manager : ^0.3.3
140140` ` `
141141
142142Or
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ packages:
301301 path: ".."
302302 relative: true
303303 source: path
304- version: "0.3.2 "
304+ version: "0.3.3 "
305305sdks:
306306 dart: ">=3.0.0-0 <4.0.0"
307- flutter: ">=2.5 .0"
307+ flutter: ">=3.3 .0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Demonstrates how to use the window_manager plugin.
66publish_to : ' none' # Remove this line if you wish to publish to pub.dev
77
88environment :
9- sdk : " >=2.12 .0 <3 .0.0"
9+ sdk : " >=2.18 .0 <4 .0.0"
1010
1111dependencies :
1212 flutter :
Original file line number Diff line number Diff line change @@ -290,4 +290,4 @@ packages:
290290 version: "3.1.1"
291291sdks:
292292 dart: ">=3.0.0-0 <4.0.0"
293- flutter: ">=2.5 .0"
293+ flutter: ">=3.3 .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.2
3+ version : 0.3.3
44homepage : https://github.com/leanflutter/window_manager
55
66platforms :
77 linux :
88 macos :
99 windows :
1010
11+ topics :
12+ - window
13+ - window resize
14+ - window manager
15+ - desktop
16+ - desktop window
17+
1118environment :
12- sdk : " >=2.12 .0 <3 .0.0"
13- flutter : " >=2.5 .0"
19+ sdk : " >=2.18 .0 <4 .0.0"
20+ flutter : " >=3.3 .0"
1421
1522dependencies :
1623 flutter :
1724 sdk : flutter
18-
1925 path : ^1.8.2
2026 screen_retriever : ^0.1.6
2127
You can’t perform that action at this time.
0 commit comments