update build_runner and configure libraries (#38499)
This commit is contained in:
parent
fe5651b846
commit
ec41ef5bf8
@ -130,6 +130,7 @@ final List<core.BuilderApplication> builders = <core.BuilderApplication>[
|
||||
platform: flutterWebPlatform,
|
||||
platformSdk: builderOptions.config['flutterWebSdk'],
|
||||
sdkKernelPath: path.url.join('kernel', 'flutter_ddc_sdk.dill'),
|
||||
librariesPath: 'libraries.json',
|
||||
),
|
||||
],
|
||||
core.toAllPackages(),
|
||||
|
@ -35,7 +35,6 @@ dependencies:
|
||||
web_socket_channel: 1.0.15
|
||||
webkit_inspection_protocol: 0.4.2
|
||||
xml: 3.5.0
|
||||
webdev: 2.4.0
|
||||
yaml: 2.1.16
|
||||
flutter_goldens_client:
|
||||
path: ../flutter_goldens_client
|
||||
@ -54,7 +53,7 @@ dependencies:
|
||||
build: 1.1.5
|
||||
build_modules: 2.4.2
|
||||
build_daemon: 2.0.0
|
||||
build_web_compilers: 2.1.5
|
||||
build_web_compilers: 2.2.2
|
||||
|
||||
analyzer: 0.36.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
async: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
@ -136,4 +135,4 @@ dartdoc:
|
||||
# Exclude this package from the hosted API docs.
|
||||
nodoc: true
|
||||
|
||||
# PUBSPEC CHECKSUM: e763
|
||||
# PUBSPEC CHECKSUM: 3394
|
||||
|
Loading…
x
Reference in New Issue
Block a user