File tree 2 files changed +16
-15
lines changed
2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ packages:
42
42
name: collection
43
43
url: "https://pub.dartlang.org"
44
44
source: hosted
45
- version: "1.15 .0"
45
+ version: "1.16 .0"
46
46
cupertino_icons:
47
47
dependency: "direct main"
48
48
description:
@@ -56,7 +56,7 @@ packages:
56
56
name: fake_async
57
57
url: "https://pub.dartlang.org"
58
58
source: hosted
59
- version: "1.2 .0"
59
+ version: "1.3 .0"
60
60
ffi:
61
61
dependency: "direct main"
62
62
description:
@@ -101,7 +101,7 @@ packages:
101
101
name: material_color_utilities
102
102
url: "https://pub.dartlang.org"
103
103
source: hosted
104
- version: "0.1.3 "
104
+ version: "0.1.4 "
105
105
meta:
106
106
dependency: transitive
107
107
description:
@@ -115,7 +115,7 @@ packages:
115
115
name: path
116
116
url: "https://pub.dartlang.org"
117
117
source: hosted
118
- version: "1.8.0 "
118
+ version: "1.8.1 "
119
119
sky_engine:
120
120
dependency: transitive
121
121
description: flutter
@@ -127,7 +127,7 @@ packages:
127
127
name: source_span
128
128
url: "https://pub.dartlang.org"
129
129
source: hosted
130
- version: "1.8.1 "
130
+ version: "1.8.2 "
131
131
stack_trace:
132
132
dependency: transitive
133
133
description:
@@ -162,20 +162,13 @@ packages:
162
162
name: test_api
163
163
url: "https://pub.dartlang.org"
164
164
source: hosted
165
- version: "0.4.8"
166
- typed_data:
167
- dependency: transitive
168
- description:
169
- name: typed_data
170
- url: "https://pub.dartlang.org"
171
- source: hosted
172
- version: "1.3.0"
165
+ version: "0.4.9"
173
166
vector_math:
174
167
dependency: transitive
175
168
description:
176
169
name: vector_math
177
170
url: "https://pub.dartlang.org"
178
171
source: hosted
179
- version: "2.1.1 "
172
+ version: "2.1.2 "
180
173
sdks:
181
- dart: ">=2.16.2 <3.0.0"
174
+ dart: ">=2.17.0-0 <3.0.0"
Original file line number Diff line number Diff line change 5
5
list (APPEND FLUTTER_PLUGIN_LIST
6
6
)
7
7
8
+ list (APPEND FLUTTER_FFI_PLUGIN_LIST
9
+ )
10
+
8
11
set (PLUGIN_BUNDLED_LIBRARIES)
9
12
10
13
foreach (plugin ${FLUTTER_PLUGIN_LIST} )
@@ -13,3 +16,8 @@ foreach(plugin ${FLUTTER_PLUGIN_LIST})
13
16
list (APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin} _plugin>)
14
17
list (APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin} _bundled_libraries})
15
18
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)
You can’t perform that action at this time.
0 commit comments