Skip to content

Commit e5b46df

Browse files
committed
feat: adding flutter generated files
1 parent e698047 commit e5b46df

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

pubspec.lock

+8-15
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
cupertino_icons:
4747
dependency: "direct main"
4848
description:
@@ -56,7 +56,7 @@ packages:
5656
name: fake_async
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.2.0"
59+
version: "1.3.0"
6060
ffi:
6161
dependency: "direct main"
6262
description:
@@ -101,7 +101,7 @@ packages:
101101
name: material_color_utilities
102102
url: "https://pub.dartlang.org"
103103
source: hosted
104-
version: "0.1.3"
104+
version: "0.1.4"
105105
meta:
106106
dependency: transitive
107107
description:
@@ -115,7 +115,7 @@ packages:
115115
name: path
116116
url: "https://pub.dartlang.org"
117117
source: hosted
118-
version: "1.8.0"
118+
version: "1.8.1"
119119
sky_engine:
120120
dependency: transitive
121121
description: flutter
@@ -127,7 +127,7 @@ packages:
127127
name: source_span
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "1.8.1"
130+
version: "1.8.2"
131131
stack_trace:
132132
dependency: transitive
133133
description:
@@ -162,20 +162,13 @@ packages:
162162
name: test_api
163163
url: "https://pub.dartlang.org"
164164
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"
173166
vector_math:
174167
dependency: transitive
175168
description:
176169
name: vector_math
177170
url: "https://pub.dartlang.org"
178171
source: hosted
179-
version: "2.1.1"
172+
version: "2.1.2"
180173
sdks:
181-
dart: ">=2.16.2 <3.0.0"
174+
dart: ">=2.17.0-0 <3.0.0"

windows/flutter/generated_plugins.cmake

+8
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)

0 commit comments

Comments
 (0)