25 lines
659 B
YAML
25 lines
659 B
YAML
name: flutter_devicelab
|
|
version: 0.0.1
|
|
author: Flutter Authors <flutter-dev@googlegroups.com>
|
|
description: Flutter continuous integration performance and correctness tests.
|
|
homepage: https://github.com/flutter/flutter
|
|
|
|
environment:
|
|
sdk: '>=1.12.0 <2.0.0'
|
|
|
|
dependencies:
|
|
|
|
# version 0.13.6+1 does not return the value from the command
|
|
# causing flutter tools to always have exit code 0
|
|
# see https://github.com/flutter/flutter/issues/6766
|
|
args: 0.13.6
|
|
|
|
meta: ^1.0.3
|
|
path: ^1.3.0
|
|
stack_trace: ^1.4.0
|
|
vm_service_client: '^0.2.0'
|
|
|
|
dev_dependencies:
|
|
# See packages/flutter_test/pubspec.yaml for why we're pinning this version.
|
|
test: 0.12.15+4
|