Adam Barth fde55a6f6a Update vector_math (#4201)
The new version has an API change. Also, up our SDK requirements to be a
bit more realistic.
2016-05-26 09:49:09 -07:00

28 lines
598 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.4.0 <2.0.0'
intl: '>=0.12.4+2 <0.13.0'
vector_math: '>=2.0.3 <3.0.0'
# We need to pin crypto because archive can't handle larger numbers.
crypto: 0.9.2
meta: ^0.12.0
sky_engine:
path: ../../bin/cache/pkg/sky_engine
sky_services:
path: ../../bin/cache/pkg/sky_services
dev_dependencies:
flutter_test:
path: ../flutter_test
environment:
sdk: '>=1.16.0 <2.0.0'