Skip to content

Commit ec75172

Browse files
committed
0.1.8
1 parent be02bd5 commit ec75172

9 files changed

Lines changed: 55 additions & 42 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.8
2+
3+
- [windows] Fix incorrect setting/checking of registry value #10
4+
15
## 0.1.7
26

37
- [windows] Replace `win32` with `win32_registry`

README-ZH.md

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

4848
```yaml
4949
dependencies:
50-
launch_at_startup: ^0.1.7
50+
launch_at_startup: ^0.1.8
5151
```
5252
5353

README.md

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

4848
```yaml
4949
dependencies:
50-
launch_at_startup: ^0.1.7
50+
launch_at_startup: ^0.1.8
5151
```
5252
5353
Or

example/linux/flutter/generated_plugins.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
list(APPEND FLUTTER_PLUGIN_LIST
66
)
77

8+
list(APPEND FLUTTER_FFI_PLUGIN_LIST
9+
)
10+
811
set(PLUGIN_BUNDLED_LIBRARIES)
912

1013
foreach(plugin ${FLUTTER_PLUGIN_LIST})
@@ -13,3 +16,8 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
1316
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
1417
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
1518
endforeach(plugin)
19+
20+
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
21+
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/linux plugins/${ffi_plugin})
22+
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
23+
endforeach(ffi_plugin)

example/macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ SPEC CHECKSUMS:
1919

2020
PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
2121

22-
COCOAPODS: 1.11.2
22+
COCOAPODS: 1.11.3

example/pubspec.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
name: bot_toast
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "4.0.1"
24+
version: "4.0.3"
2525
characters:
2626
dependency: transitive
2727
description:
@@ -49,28 +49,28 @@ packages:
4949
name: collection
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.15.0"
52+
version: "1.16.0"
5353
cupertino_icons:
5454
dependency: "direct main"
5555
description:
5656
name: cupertino_icons
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.0.3"
59+
version: "1.0.5"
6060
fake_async:
6161
dependency: transitive
6262
description:
6363
name: fake_async
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "1.2.0"
66+
version: "1.3.0"
6767
ffi:
6868
dependency: transitive
6969
description:
7070
name: ffi
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.1.2"
73+
version: "1.2.1"
7474
flutter:
7575
dependency: "direct main"
7676
description: flutter
@@ -106,21 +106,21 @@ packages:
106106
name: http_parser
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "4.0.0"
109+
version: "4.0.1"
110110
js:
111111
dependency: transitive
112112
description:
113113
name: js
114114
url: "https://pub.dartlang.org"
115115
source: hosted
116-
version: "0.6.3"
116+
version: "0.6.4"
117117
launch_at_startup:
118118
dependency: "direct main"
119119
description:
120120
path: ".."
121121
relative: true
122122
source: path
123-
version: "0.1.7"
123+
version: "0.1.8"
124124
lints:
125125
dependency: transitive
126126
description:
@@ -141,7 +141,7 @@ packages:
141141
name: material_color_utilities
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "0.1.3"
144+
version: "0.1.4"
145145
meta:
146146
dependency: transitive
147147
description:
@@ -155,14 +155,14 @@ packages:
155155
name: package_info_plus
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "1.3.0"
158+
version: "1.4.2"
159159
package_info_plus_linux:
160160
dependency: transitive
161161
description:
162162
name: package_info_plus_linux
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "1.0.3"
165+
version: "1.0.5"
166166
package_info_plus_macos:
167167
dependency: transitive
168168
description:
@@ -183,28 +183,28 @@ packages:
183183
name: package_info_plus_web
184184
url: "https://pub.dartlang.org"
185185
source: hosted
186-
version: "1.0.4"
186+
version: "1.0.5"
187187
package_info_plus_windows:
188188
dependency: transitive
189189
description:
190190
name: package_info_plus_windows
191191
url: "https://pub.dartlang.org"
192192
source: hosted
193-
version: "1.0.4"
193+
version: "1.0.5"
194194
path:
195195
dependency: transitive
196196
description:
197197
name: path
198198
url: "https://pub.dartlang.org"
199199
source: hosted
200-
version: "1.8.0"
200+
version: "1.8.1"
201201
plugin_platform_interface:
202202
dependency: transitive
203203
description:
204204
name: plugin_platform_interface
205205
url: "https://pub.dartlang.org"
206206
source: hosted
207-
version: "2.0.2"
207+
version: "2.1.2"
208208
preference_list:
209209
dependency: "direct main"
210210
description:
@@ -223,7 +223,7 @@ packages:
223223
name: source_span
224224
url: "https://pub.dartlang.org"
225225
source: hosted
226-
version: "1.8.1"
226+
version: "1.8.2"
227227
stack_trace:
228228
dependency: transitive
229229
description:
@@ -258,28 +258,28 @@ packages:
258258
name: test_api
259259
url: "https://pub.dartlang.org"
260260
source: hosted
261-
version: "0.4.8"
261+
version: "0.4.9"
262262
typed_data:
263263
dependency: transitive
264264
description:
265265
name: typed_data
266266
url: "https://pub.dartlang.org"
267267
source: hosted
268-
version: "1.3.0"
268+
version: "1.3.1"
269269
vector_math:
270270
dependency: transitive
271271
description:
272272
name: vector_math
273273
url: "https://pub.dartlang.org"
274274
source: hosted
275-
version: "2.1.1"
275+
version: "2.1.2"
276276
win32:
277277
dependency: transitive
278278
description:
279279
name: win32
280280
url: "https://pub.dartlang.org"
281281
source: hosted
282-
version: "2.4.2"
282+
version: "2.6.1"
283283
win32_registry:
284284
dependency: transitive
285285
description:
@@ -288,5 +288,5 @@ packages:
288288
source: hosted
289289
version: "0.1.2"
290290
sdks:
291-
dart: ">=2.15.0 <3.0.0"
291+
dart: ">=2.17.0 <3.0.0"
292292
flutter: ">=1.20.0"

example/windows/flutter/generated_plugins.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
list(APPEND FLUTTER_PLUGIN_LIST
66
)
77

8+
list(APPEND FLUTTER_FFI_PLUGIN_LIST
9+
)
10+
811
set(PLUGIN_BUNDLED_LIBRARIES)
912

1013
foreach(plugin ${FLUTTER_PLUGIN_LIST})
@@ -13,3 +16,8 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
1316
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
1417
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
1518
endforeach(plugin)
19+
20+
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
21+
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
22+
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
23+
endforeach(ffi_plugin)

pubspec.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ packages:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
fake_async:
4747
dependency: transitive
4848
description:
4949
name: fake_async
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.2.0"
52+
version: "1.3.0"
5353
ffi:
5454
dependency: transitive
5555
description:
5656
name: ffi
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.1.2"
59+
version: "1.2.1"
6060
flutter:
6161
dependency: "direct main"
6262
description: flutter
@@ -94,7 +94,7 @@ packages:
9494
name: material_color_utilities
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "0.1.3"
97+
version: "0.1.4"
9898
meta:
9999
dependency: transitive
100100
description:
@@ -108,7 +108,7 @@ packages:
108108
name: path
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111-
version: "1.8.0"
111+
version: "1.8.1"
112112
sky_engine:
113113
dependency: transitive
114114
description: flutter
@@ -120,7 +120,7 @@ packages:
120120
name: source_span
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "1.8.1"
123+
version: "1.8.2"
124124
stack_trace:
125125
dependency: transitive
126126
description:
@@ -155,28 +155,21 @@ packages:
155155
name: test_api
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "0.4.8"
159-
typed_data:
160-
dependency: transitive
161-
description:
162-
name: typed_data
163-
url: "https://pub.dartlang.org"
164-
source: hosted
165-
version: "1.3.0"
158+
version: "0.4.9"
166159
vector_math:
167160
dependency: transitive
168161
description:
169162
name: vector_math
170163
url: "https://pub.dartlang.org"
171164
source: hosted
172-
version: "2.1.1"
165+
version: "2.1.2"
173166
win32:
174167
dependency: transitive
175168
description:
176169
name: win32
177170
url: "https://pub.dartlang.org"
178171
source: hosted
179-
version: "2.4.2"
172+
version: "2.6.1"
180173
win32_registry:
181174
dependency: "direct main"
182175
description:
@@ -185,5 +178,5 @@ packages:
185178
source: hosted
186179
version: "0.1.2"
187180
sdks:
188-
dart: ">=2.15.0 <3.0.0"
181+
dart: ">=2.17.0 <3.0.0"
189182
flutter: ">=1.20.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launch_at_startup
22
description: This plugin allows Flutter desktop apps to Auto launch on startup / login.
3-
version: 0.1.7
3+
version: 0.1.8
44
homepage: https://github.com/leanflutter/launch_at_startup
55

66
platforms:

0 commit comments

Comments
 (0)