Skip to content

Commit 92357e1

Browse files
committed
v0.3.3
1 parent cfd23c5 commit 92357e1

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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)

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136

137137
```yaml
138138
dependencies:
139-
window_manager: ^0.3.2
139+
window_manager: ^0.3.3
140140
```
141141
142142

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Add this to your package's `pubspec.yaml` file:
136136

137137
```yaml
138138
dependencies:
139-
window_manager: ^0.3.2
139+
window_manager: ^0.3.3
140140
```
141141
142142
Or

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
305305
sdks:
306306
dart: ">=3.0.0-0 <4.0.0"
307-
flutter: ">=2.5.0"
307+
flutter: ">=3.3.0"

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Demonstrates how to use the window_manager plugin.
66
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
77

88
environment:
9-
sdk: ">=2.12.0 <3.0.0"
9+
sdk: ">=2.18.0 <4.0.0"
1010

1111
dependencies:
1212
flutter:

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ packages:
290290
version: "3.1.1"
291291
sdks:
292292
dart: ">=3.0.0-0 <4.0.0"
293-
flutter: ">=2.5.0"
293+
flutter: ">=3.3.0"

pubspec.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
name: window_manager
22
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
3-
version: 0.3.2
3+
version: 0.3.3
44
homepage: https://github.com/leanflutter/window_manager
55

66
platforms:
77
linux:
88
macos:
99
windows:
1010

11+
topics:
12+
- window
13+
- window resize
14+
- window manager
15+
- desktop
16+
- desktop window
17+
1118
environment:
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

1522
dependencies:
1623
flutter:
1724
sdk: flutter
18-
1925
path: ^1.8.2
2026
screen_retriever: ^0.1.6
2127

0 commit comments

Comments
 (0)