Skip to content

Commit 1b0ffa1

Browse files
committed
v0.2.8
1 parent b00a158 commit 1b0ffa1

File tree

7 files changed

+42
-48
lines changed

7 files changed

+42
-48
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.2.8
2+
3+
* Bump screen_retriever from 0.1.2 to 0.1.4
4+
* WindowOptions supports backgroundColor
5+
* [linux] fix: offset lost after invoking gtk hide on linux #241
6+
* [macos] Fix Unable to bridge NSNumber to Float #236
7+
* [linux] Introduce grabKeyboard() and ungrabKeyboard() #229
8+
19
## 0.2.7
210

311
* [linux] fix bottom edge resizing (#209)

README-ZH.md

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

135135
```yaml
136136
dependencies:
137-
window_manager: ^0.2.7
137+
window_manager: ^0.2.8
138138
```
139139
140140

README.md

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

135135
```yaml
136136
dependencies:
137-
window_manager: ^0.2.7
137+
window_manager: ^0.2.8
138138
```
139139
140140
Or

example/macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EXTERNAL SOURCES:
2424
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos
2525

2626
SPEC CHECKSUMS:
27-
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
27+
FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811
2828
screen_retriever: 59634572a57080243dd1bf715e55b6c54f241a38
2929
tray_manager: 9064e219c56d75c476e46b9a21182087930baf90
3030
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8

example/pubspec.lock

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -28,21 +28,14 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0"
32-
charcode:
33-
dependency: transitive
34-
description:
35-
name: charcode
36-
url: "https://pub.dartlang.org"
37-
source: hosted
38-
version: "1.3.1"
31+
version: "1.2.1"
3932
clock:
4033
dependency: transitive
4134
description:
4235
name: clock
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.1.0"
38+
version: "1.1.1"
4639
collection:
4740
dependency: transitive
4841
description:
@@ -63,7 +56,7 @@ packages:
6356
name: fake_async
6457
url: "https://pub.dartlang.org"
6558
source: hosted
66-
version: "1.3.0"
59+
version: "1.3.1"
6760
flutter:
6861
dependency: "direct main"
6962
description: flutter
@@ -80,14 +73,14 @@ packages:
8073
name: matcher
8174
url: "https://pub.dartlang.org"
8275
source: hosted
83-
version: "0.12.11"
76+
version: "0.12.12"
8477
material_color_utilities:
8578
dependency: transitive
8679
description:
8780
name: material_color_utilities
8881
url: "https://pub.dartlang.org"
8982
source: hosted
90-
version: "0.1.4"
83+
version: "0.1.5"
9184
menu_base:
9285
dependency: transitive
9386
description:
@@ -101,14 +94,14 @@ packages:
10194
name: meta
10295
url: "https://pub.dartlang.org"
10396
source: hosted
104-
version: "1.7.0"
97+
version: "1.8.0"
10598
path:
10699
dependency: transitive
107100
description:
108101
name: path
109102
url: "https://pub.dartlang.org"
110103
source: hosted
111-
version: "1.8.1"
104+
version: "1.8.2"
112105
preference_list:
113106
dependency: "direct main"
114107
description:
@@ -122,7 +115,7 @@ packages:
122115
name: screen_retriever
123116
url: "https://pub.dartlang.org"
124117
source: hosted
125-
version: "0.1.2"
118+
version: "0.1.4"
126119
shortid:
127120
dependency: transitive
128121
description:
@@ -141,7 +134,7 @@ packages:
141134
name: source_span
142135
url: "https://pub.dartlang.org"
143136
source: hosted
144-
version: "1.8.2"
137+
version: "1.9.0"
145138
stack_trace:
146139
dependency: transitive
147140
description:
@@ -162,28 +155,28 @@ packages:
162155
name: string_scanner
163156
url: "https://pub.dartlang.org"
164157
source: hosted
165-
version: "1.1.0"
158+
version: "1.1.1"
166159
term_glyph:
167160
dependency: transitive
168161
description:
169162
name: term_glyph
170163
url: "https://pub.dartlang.org"
171164
source: hosted
172-
version: "1.2.0"
165+
version: "1.2.1"
173166
test_api:
174167
dependency: transitive
175168
description:
176169
name: test_api
177170
url: "https://pub.dartlang.org"
178171
source: hosted
179-
version: "0.4.9"
172+
version: "0.4.12"
180173
tray_manager:
181174
dependency: "direct main"
182175
description:
183176
name: tray_manager
184177
url: "https://pub.dartlang.org"
185178
source: hosted
186-
version: "0.1.8"
179+
version: "0.1.9"
187180
vector_math:
188181
dependency: transitive
189182
description:
@@ -197,7 +190,7 @@ packages:
197190
path: ".."
198191
relative: true
199192
source: path
200-
version: "0.2.7"
193+
version: "0.2.8"
201194
sdks:
202195
dart: ">=2.17.0-0 <3.0.0"
203196
flutter: ">=1.20.0"

pubspec.lock

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,21 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.3.1"
24+
version: "1.2.1"
3225
clock:
3326
dependency: transitive
3427
description:
3528
name: clock
3629
url: "https://pub.dartlang.org"
3730
source: hosted
38-
version: "1.1.0"
31+
version: "1.1.1"
3932
collection:
4033
dependency: transitive
4134
description:
@@ -49,7 +42,7 @@ packages:
4942
name: fake_async
5043
url: "https://pub.dartlang.org"
5144
source: hosted
52-
version: "1.3.0"
45+
version: "1.3.1"
5346
flutter:
5447
dependency: "direct main"
5548
description: flutter
@@ -66,35 +59,35 @@ packages:
6659
name: matcher
6760
url: "https://pub.dartlang.org"
6861
source: hosted
69-
version: "0.12.11"
62+
version: "0.12.12"
7063
material_color_utilities:
7164
dependency: transitive
7265
description:
7366
name: material_color_utilities
7467
url: "https://pub.dartlang.org"
7568
source: hosted
76-
version: "0.1.4"
69+
version: "0.1.5"
7770
meta:
7871
dependency: transitive
7972
description:
8073
name: meta
8174
url: "https://pub.dartlang.org"
8275
source: hosted
83-
version: "1.7.0"
76+
version: "1.8.0"
8477
path:
8578
dependency: "direct main"
8679
description:
8780
name: path
8881
url: "https://pub.dartlang.org"
8982
source: hosted
90-
version: "1.8.1"
83+
version: "1.8.2"
9184
screen_retriever:
9285
dependency: "direct main"
9386
description:
9487
name: screen_retriever
9588
url: "https://pub.dartlang.org"
9689
source: hosted
97-
version: "0.1.2"
90+
version: "0.1.4"
9891
sky_engine:
9992
dependency: transitive
10093
description: flutter
@@ -106,7 +99,7 @@ packages:
10699
name: source_span
107100
url: "https://pub.dartlang.org"
108101
source: hosted
109-
version: "1.8.2"
102+
version: "1.9.0"
110103
stack_trace:
111104
dependency: transitive
112105
description:
@@ -127,21 +120,21 @@ packages:
127120
name: string_scanner
128121
url: "https://pub.dartlang.org"
129122
source: hosted
130-
version: "1.1.0"
123+
version: "1.1.1"
131124
term_glyph:
132125
dependency: transitive
133126
description:
134127
name: term_glyph
135128
url: "https://pub.dartlang.org"
136129
source: hosted
137-
version: "1.2.0"
130+
version: "1.2.1"
138131
test_api:
139132
dependency: transitive
140133
description:
141134
name: test_api
142135
url: "https://pub.dartlang.org"
143136
source: hosted
144-
version: "0.4.9"
137+
version: "0.4.12"
145138
vector_math:
146139
dependency: transitive
147140
description:

pubspec.yaml

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

66
platforms:
@@ -16,8 +16,8 @@ dependencies:
1616
flutter:
1717
sdk: flutter
1818

19-
path: ^1.8.0
20-
screen_retriever: ^0.1.2
19+
path: ^1.8.2
20+
screen_retriever: ^0.1.4
2121

2222
dev_dependencies:
2323
flutter_test:

0 commit comments

Comments
 (0)