Update Dart package dependencies (#5832)

This commit is contained in:
Adam Barth 2016-09-12 16:00:12 -07:00 committed by GitHub
parent 9612669282
commit 157ffaac35
6 changed files with 10 additions and 13 deletions

View File

@ -1,7 +1,7 @@
name: flutter_gallery
dependencies:
intl: '>=0.12.4+2 <0.14.0'
collection: '>=1.4.0 <2.0.0'
collection: '>=1.9.1 <2.0.0'
intl: '>=0.14.0 <0.15.0'
string_scanner: ^1.0.0
flutter:

View File

@ -2,7 +2,7 @@ name: stocks
dependencies:
flutter:
path: ../../packages/flutter
intl: '>=0.12.4+2 <0.14.0'
intl: '>=0.14.0 <0.15.0'
dev_dependencies:
flutter_test:

View File

@ -5,13 +5,10 @@ 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.14.0'
vector_math: '>=2.0.3 <3.0.0'
crypto: '>=1.1.1 <3.0.0'
collection: '>=1.9.1 <2.0.0'
intl: '>=0.14.0 <0.15.0'
meta: ^1.0.2
vector_math: '>=2.0.3 <3.0.0'
sky_engine:
path: ../../bin/cache/pkg/sky_engine
@ -23,4 +20,4 @@ dev_dependencies:
path: ../flutter_test
environment:
sdk: '>=1.16.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'

View File

@ -5,7 +5,7 @@ homepage: http://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com>
environment:
sdk: '>=1.16.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
file: '^0.1.0'

View File

@ -5,7 +5,7 @@ homepage: http://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com>
environment:
sdk: '>=1.16.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'
dependencies:
archive: ^1.0.20

View File

@ -13,4 +13,4 @@ dev_dependencies:
path: ../flutter_test
environment:
sdk: '>=1.16.0 <2.0.0'
sdk: '>=1.19.0 <2.0.0'