Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed May 21, 2023
1 parent cfd23c5 commit 92357e1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.3

* [macos] feat: setTitleBarStyle() restores window frame on Linux (#323)
* [macos] Implement `isVisibleOnAllWorkspaces` & `setVisibleOnAllWorkspaces` methods

## 0.3.2

* [macos] Feature to set labeled badge on taskbar aka dock (#305)
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

```yaml
dependencies:
window_manager: ^0.3.2
window_manager: ^0.3.3
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
window_manager: ^0.3.2
window_manager: ^0.3.3
```
Or
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.2"
version: "0.3.3"
sdks:
dart: ">=3.0.0-0 <4.0.0"
flutter: ">=2.5.0"
flutter: ">=3.3.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Demonstrates how to use the window_manager plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.18.0 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@ packages:
version: "3.1.1"
sdks:
dart: ">=3.0.0-0 <4.0.0"
flutter: ">=2.5.0"
flutter: ">=3.3.0"
14 changes: 10 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
name: window_manager
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
version: 0.3.2
version: 0.3.3
homepage: https://github.com/leanflutter/window_manager

platforms:
linux:
macos:
windows:

topics:
- window
- window resize
- window manager
- desktop
- desktop window

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.5.0"
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"

dependencies:
flutter:
sdk: flutter

path: ^1.8.2
screen_retriever: ^0.1.6

Expand Down

0 comments on commit 92357e1

Please sign in to comment.