mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
33 lines
676 B
YAML
33 lines
676 B
YAML
name: ui
|
|
publish_to: none
|
|
|
|
# Keep the SDK version range in sync with pubspecs under web_sdk
|
|
environment:
|
|
sdk: ">=2.12.0-0 <3.0.0"
|
|
|
|
dependencies:
|
|
js: 0.6.4
|
|
meta: 1.3.0
|
|
|
|
dev_dependencies:
|
|
archive: 3.1.2
|
|
html: 0.15.0
|
|
http: 0.13.0
|
|
image: 3.0.1
|
|
path: 1.8.0
|
|
quiver: 3.0.0
|
|
test: 1.17.7
|
|
yaml: 3.0.0
|
|
watcher: 1.0.0
|
|
web_test_utils:
|
|
path: ../../web_sdk/web_test_utils
|
|
web_engine_tester:
|
|
path: ../../web_sdk/web_engine_tester
|
|
simulators:
|
|
git:
|
|
url: https://github.com/flutter/web_installers.git
|
|
path: packages/simulators/
|
|
ref: 9afed28b771da1c4e82a3382c4a2b31344c04522
|
|
skia_gold_client:
|
|
path: ../../testing/skia_gold_client
|