Skip to content

Commit c148180

Browse files
committed
Dart SDK upgraded
1 parent 9eecab8 commit c148180

5 files changed

+34
-15
lines changed

linux/flutter/generated_plugin_registrant.cc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#include "generated_plugin_registrant.h"
68

79

linux/flutter/generated_plugin_registrant.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#ifndef GENERATED_PLUGIN_REGISTRANT_
68
#define GENERATED_PLUGIN_REGISTRANT_
79

linux/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}/linux plugins/${ffi_plugin})
22+
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
23+
endforeach(ffi_plugin)

pubspec.lock

+21-14
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.6.1"
31+
version: "2.9.0"
3232
auto_route:
3333
dependency: "direct main"
3434
description:
@@ -112,7 +112,7 @@ packages:
112112
name: characters
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "1.1.0"
115+
version: "1.2.1"
116116
charcode:
117117
dependency: transitive
118118
description:
@@ -140,7 +140,7 @@ packages:
140140
name: clock
141141
url: "https://pub.dartlang.org"
142142
source: hosted
143-
version: "1.1.0"
143+
version: "1.1.1"
144144
code_builder:
145145
dependency: transitive
146146
description:
@@ -154,7 +154,7 @@ packages:
154154
name: collection
155155
url: "https://pub.dartlang.org"
156156
source: hosted
157-
version: "1.15.0"
157+
version: "1.16.0"
158158
convert:
159159
dependency: transitive
160160
description:
@@ -189,7 +189,7 @@ packages:
189189
name: fake_async
190190
url: "https://pub.dartlang.org"
191191
source: hosted
192-
version: "1.2.0"
192+
version: "1.3.1"
193193
file:
194194
dependency: transitive
195195
description:
@@ -283,14 +283,21 @@ packages:
283283
name: matcher
284284
url: "https://pub.dartlang.org"
285285
source: hosted
286-
version: "0.12.10"
286+
version: "0.12.12"
287+
material_color_utilities:
288+
dependency: transitive
289+
description:
290+
name: material_color_utilities
291+
url: "https://pub.dartlang.org"
292+
source: hosted
293+
version: "0.1.5"
287294
meta:
288295
dependency: transitive
289296
description:
290297
name: meta
291298
url: "https://pub.dartlang.org"
292299
source: hosted
293-
version: "1.3.0"
300+
version: "1.8.0"
294301
mime:
295302
dependency: transitive
296303
description:
@@ -311,7 +318,7 @@ packages:
311318
name: path
312319
url: "https://pub.dartlang.org"
313320
source: hosted
314-
version: "1.8.0"
321+
version: "1.8.2"
315322
pedantic:
316323
dependency: transitive
317324
description:
@@ -372,7 +379,7 @@ packages:
372379
name: source_span
373380
url: "https://pub.dartlang.org"
374381
source: hosted
375-
version: "1.8.1"
382+
version: "1.9.0"
376383
stack_trace:
377384
dependency: transitive
378385
description:
@@ -400,21 +407,21 @@ packages:
400407
name: string_scanner
401408
url: "https://pub.dartlang.org"
402409
source: hosted
403-
version: "1.1.0"
410+
version: "1.1.1"
404411
term_glyph:
405412
dependency: transitive
406413
description:
407414
name: term_glyph
408415
url: "https://pub.dartlang.org"
409416
source: hosted
410-
version: "1.2.0"
417+
version: "1.2.1"
411418
test_api:
412419
dependency: transitive
413420
description:
414421
name: test_api
415422
url: "https://pub.dartlang.org"
416423
source: hosted
417-
version: "0.3.0"
424+
version: "0.4.12"
418425
timing:
419426
dependency: transitive
420427
description:
@@ -435,7 +442,7 @@ packages:
435442
name: vector_math
436443
url: "https://pub.dartlang.org"
437444
source: hosted
438-
version: "2.1.0"
445+
version: "2.1.2"
439446
watcher:
440447
dependency: transitive
441448
description:
@@ -458,4 +465,4 @@ packages:
458465
source: hosted
459466
version: "3.1.0"
460467
sdks:
461-
dart: ">=2.12.0 <3.0.0"
468+
dart: ">=2.18.2 <3.0.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: ">=2.12.0 <3.0.0"
21+
sdk: ">=2.18.2 <3.0.0"
2222

2323
dependencies:
2424
flutter:

0 commit comments

Comments
 (0)