flutter/dev/devicelab/pubspec.yaml
Adam Barth ea71bdca20 Start using @immutable annotations (#9152)
There are more places we can use this annotation, but this patch just gets us
started.
2017-04-14 10:38:58 -07:00

21 lines
502 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:
args: ^0.13.4
meta: ^1.0.5
path: ^1.4.0
process: 2.0.3
stack_trace: ^1.4.0
vm_service_client: '0.2.2+4'
dev_dependencies:
# See packages/flutter_test/pubspec.yaml for why we're pinning this version.
test: 0.12.20