blob: 1ebb32c27b11aaa8f1ad1aefc2acdaa1f0858338 [file] [log] [blame]
name: flutter
version: 0.0.21
author: Flutter Authors <flutter-dev@googlegroups.com>
description: A framework for writing Flutter applications
homepage: http://flutter.io
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
collection: '>=1.9.1 <2.0.0'
intl: '>=0.14.0 <0.15.0'
meta: ^1.0.3
vector_math: '>=2.0.3 <3.0.0'
# async and http_parser can be removed when we move to using dart-lang/http
# directly.
async: "^1.10.0"
http_parser: ">=0.0.1 <4.0.0"
sky_engine:
path: ../../bin/cache/pkg/sky_engine
dev_dependencies:
flutter_test:
sdk: flutter
environment:
sdk: '>=1.19.0 <2.0.0'