flutter/packages/flutter/pubspec.yaml
Adam Barth c1a2967430 Use SDK sources to refer to our own packages (#6001)
Switch our pubspec.yamls to using SDK sources so that we can have consistent
source types when we depend on these packages from external packages using SDK
sources.
2016-09-22 20:39:35 -07:00

29 lines
649 B
YAML

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:
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"
flutter_services:
path: ../../bin/cache/pkg/flutter_services
sky_engine:
path: ../../bin/cache/pkg/sky_engine
dev_dependencies:
flutter_test:
sdk: flutter
environment:
sdk: '>=1.19.0 <2.0.0'