File tree Expand file tree Collapse file tree 5 files changed +7
-15
lines changed
macos/window_manager/Sources/window_manager Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 57
57
58
58
``` yaml
59
59
dependencies :
60
- window_manager : ^0.5.0
60
+ window_manager : ^0.5.1
61
61
` ` `
62
62
63
63
### 用法
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Add this to your package's `pubspec.yaml` file:
57
57
58
58
``` yaml
59
59
dependencies :
60
- window_manager : ^0.5.0
60
+ window_manager : ^0.5.1
61
61
` ` `
62
62
63
63
### Usage
Original file line number Diff line number Diff line change
1
+ ## 0.5.1
2
+
3
+ * fix: Fix PrivacyInfo.xcprivacy warning for macOS Desktop on Mac M1 macOS 15 (Sequoia) (#550 )
4
+
1
5
### 0.5.0
2
6
3
7
* feat: Add ` getId ` method for retrieving window ID on macOS and Windows
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : window_manager
2
2
description : This plugin allows Flutter desktop apps to resizing and repositioning the window.
3
- version : 0.5.0
3
+ version : 0.5.1
4
4
homepage : https://leanflutter.dev
5
5
repository : https://github.com/leanflutter/window_manager
6
6
issue_tracker : https://github.com/leanflutter/window_manager/issues
You can’t perform that action at this time.
0 commit comments