mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* [web] Update build_web_compilers to 2.7.1 This was causing problems with the dart compiler location for web. The compiler seems to be present in out/host_debug_unopt/dart-sdk/lib/dev_compiler/kernel/amd/dart_sdk.js as opposed to out/host_debug_unopt/dart-sdk/lib/dev_compiler/amd/dart_sdk.js * also update build_runner
24 lines
374 B
YAML
24 lines
374 B
YAML
name: ui
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.2.2 <3.0.0"
|
|
|
|
dependencies:
|
|
meta: 1.1.7
|
|
|
|
dev_dependencies:
|
|
http: 0.12.0+2
|
|
image: 2.1.4
|
|
mockito: 4.1.1
|
|
path: 1.6.4
|
|
test: 1.6.5
|
|
quiver: 2.0.5
|
|
build_runner: 1.7.2
|
|
build_test: 0.10.8
|
|
build_web_compilers: 2.7.1
|
|
yaml: 2.2.0
|
|
watcher: 0.9.7+12
|
|
web_engine_tester:
|
|
path: ../../web_sdk/web_engine_tester
|