Skip to content

Commit f9110cb

Browse files
committed
Update some generate files
1 parent bb855e1 commit f9110cb

File tree

18 files changed

+288
-308
lines changed

18 files changed

+288
-308
lines changed

packages/desktop_drop/example/linux/flutter/generated_plugins.cmake

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

9+
list(APPEND FLUTTER_FFI_PLUGIN_LIST
10+
)
11+
912
set(PLUGIN_BUNDLED_LIBRARIES)
1013

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

packages/desktop_drop/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:
@@ -21,28 +21,21 @@ 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:
4235
name: collection
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.15.0"
38+
version: "1.16.0"
4639
cross_file:
4740
dependency: "direct main"
4841
description:
@@ -63,14 +56,14 @@ packages:
6356
path: ".."
6457
relative: true
6558
source: path
66-
version: "0.3.2"
59+
version: "0.3.3"
6760
fake_async:
6861
dependency: transitive
6962
description:
7063
name: fake_async
7164
url: "https://pub.dartlang.org"
7265
source: hosted
73-
version: "1.2.0"
66+
version: "1.3.1"
7467
flutter:
7568
dependency: "direct main"
7669
description: flutter
@@ -113,28 +106,28 @@ packages:
113106
name: matcher
114107
url: "https://pub.dartlang.org"
115108
source: hosted
116-
version: "0.12.11"
109+
version: "0.12.12"
117110
material_color_utilities:
118111
dependency: transitive
119112
description:
120113
name: material_color_utilities
121114
url: "https://pub.dartlang.org"
122115
source: hosted
123-
version: "0.1.4"
116+
version: "0.1.5"
124117
meta:
125118
dependency: transitive
126119
description:
127120
name: meta
128121
url: "https://pub.dartlang.org"
129122
source: hosted
130-
version: "1.7.0"
123+
version: "1.8.0"
131124
path:
132125
dependency: transitive
133126
description:
134127
name: path
135128
url: "https://pub.dartlang.org"
136129
source: hosted
137-
version: "1.8.1"
130+
version: "1.8.2"
138131
sky_engine:
139132
dependency: transitive
140133
description: flutter
@@ -146,7 +139,7 @@ packages:
146139
name: source_span
147140
url: "https://pub.dartlang.org"
148141
source: hosted
149-
version: "1.8.2"
142+
version: "1.9.0"
150143
stack_trace:
151144
dependency: transitive
152145
description:
@@ -167,21 +160,21 @@ packages:
167160
name: string_scanner
168161
url: "https://pub.dartlang.org"
169162
source: hosted
170-
version: "1.1.0"
163+
version: "1.1.1"
171164
term_glyph:
172165
dependency: transitive
173166
description:
174167
name: term_glyph
175168
url: "https://pub.dartlang.org"
176169
source: hosted
177-
version: "1.2.0"
170+
version: "1.2.1"
178171
test_api:
179172
dependency: transitive
180173
description:
181174
name: test_api
182175
url: "https://pub.dartlang.org"
183176
source: hosted
184-
version: "0.4.9"
177+
version: "0.4.12"
185178
vector_math:
186179
dependency: transitive
187180
description:
@@ -190,5 +183,5 @@ packages:
190183
source: hosted
191184
version: "2.1.2"
192185
sdks:
193-
dart: ">=2.16.0-100.0.dev <3.0.0"
186+
dart: ">=2.17.0-0 <3.0.0"
194187
flutter: ">=1.22.0"

packages/desktop_lifecycle/example/linux/flutter/generated_plugins.cmake

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

9+
list(APPEND FLUTTER_FFI_PLUGIN_LIST
10+
)
11+
912
set(PLUGIN_BUNDLED_LIBRARIES)
1013

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

packages/desktop_lifecycle/example/pubspec.lock

Lines changed: 21 additions & 28 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.6.1"
10+
version: "2.9.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,28 +21,21 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.2.0"
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:
4235
name: collection
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.15.0"
38+
version: "1.16.0"
4639
cupertino_icons:
4740
dependency: "direct main"
4841
description:
@@ -63,7 +56,7 @@ packages:
6356
name: fake_async
6457
url: "https://pub.dartlang.org"
6558
source: hosted
66-
version: "1.2.0"
59+
version: "1.3.1"
6760
flutter:
6861
dependency: "direct main"
6962
description: flutter
@@ -94,21 +87,28 @@ packages:
9487
name: matcher
9588
url: "https://pub.dartlang.org"
9689
source: hosted
97-
version: "0.12.10"
90+
version: "0.12.12"
91+
material_color_utilities:
92+
dependency: transitive
93+
description:
94+
name: material_color_utilities
95+
url: "https://pub.dartlang.org"
96+
source: hosted
97+
version: "0.1.5"
9898
meta:
9999
dependency: transitive
100100
description:
101101
name: meta
102102
url: "https://pub.dartlang.org"
103103
source: hosted
104-
version: "1.3.0"
104+
version: "1.8.0"
105105
path:
106106
dependency: transitive
107107
description:
108108
name: path
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111-
version: "1.8.0"
111+
version: "1.8.2"
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.9.0"
124124
stack_trace:
125125
dependency: transitive
126126
description:
@@ -141,35 +141,28 @@ packages:
141141
name: string_scanner
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "1.1.0"
144+
version: "1.1.1"
145145
term_glyph:
146146
dependency: transitive
147147
description:
148148
name: term_glyph
149149
url: "https://pub.dartlang.org"
150150
source: hosted
151-
version: "1.2.0"
151+
version: "1.2.1"
152152
test_api:
153153
dependency: transitive
154154
description:
155155
name: test_api
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "0.3.0"
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.12"
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.0"
165+
version: "2.1.2"
173166
sdks:
174-
dart: ">=2.12.0 <3.0.0"
167+
dart: ">=2.17.0-0 <3.0.0"
175168
flutter: ">=1.20.0"

packages/desktop_lifecycle/example/windows/flutter/generated_plugins.cmake

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

9+
list(APPEND FLUTTER_FFI_PLUGIN_LIST
10+
)
11+
912
set(PLUGIN_BUNDLED_LIBRARIES)
1013

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

0 commit comments

Comments
 (0)