mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
19 lines
447 B
YAML
19 lines
447 B
YAML
name: scenario_app
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0-0 <3.0.0'
|
|
|
|
|
|
# These are for convenience during local development. Changing them will not
|
|
# impact the build.
|
|
dependencies:
|
|
sky_engine:
|
|
path: ../../../out/host_debug_unopt/gen/dart-pkg/sky_engine
|
|
sky_services:
|
|
path: ../../../out/host_debug_unopt/gen/dart-pkg/sky_services
|
|
vector_math: ^2.0.8
|
|
|
|
dependency_overrides:
|
|
meta:
|
|
path: ../../../third_party/dart/pkg/meta
|