mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* running ios unit tests from felt by booting/shutingdown simulators. create simulator with felt * changing the readme file for ios,mac,xcode spellings * addressing reviewer comments * fix analyse error * fixing cleanup issue. solution: adding and await and using for loop instead of foreach
36 lines
835 B
YAML
36 lines
835 B
YAML
name: ui
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.2.2 <3.0.0"
|
|
|
|
dependencies:
|
|
meta: 1.1.8
|
|
|
|
dev_dependencies:
|
|
# Pin the analyzer version as a temporary workaround for https://github.com/dart-lang/sdk/issues/42163
|
|
analyzer: 0.39.8
|
|
http: 0.12.0+4
|
|
image: 2.1.4
|
|
mockito: 4.1.1
|
|
path: 1.6.4
|
|
test: 1.14.3
|
|
quiver: 2.0.5
|
|
build_runner: 1.7.2
|
|
build_test: 1.0.0
|
|
build_web_compilers: 2.7.1
|
|
yaml: 2.2.0
|
|
watcher: 0.9.7+12
|
|
web_engine_tester:
|
|
path: ../../web_sdk/web_engine_tester
|
|
simulators:
|
|
git:
|
|
url: git://github.com/flutter/web_installers.git
|
|
path: packages/simulators/
|
|
ref: 9ede7e3c069180b28322bb3f0d0307c824071fb5
|
|
web_driver_installer:
|
|
git:
|
|
url: git://github.com/flutter/web_installers.git
|
|
path: packages/web_drivers/
|
|
ref: 90c69a79b2764c93875dc8ed4f4932c27a6f3a86
|