mirror of
https://github.com/flutter/flutter.git
synced 2026-02-12 13:56:40 +08:00
* Remove the workaround that pinned args to v0.13.6 This reverts most of the changes in commit 6331b6c8b5d964ec0dbf2cd9bb84c60c650a0878 * throw exception if exit code is not an integer * rework command infrastructure to throw ToolExit when non-zero exitCode * convert commands to return Future<Null> * cleanup remaining commands to use throwToolExit for non-zero exit code * remove isUnusual exception message * add type annotations for updated args package
27 lines
582 B
YAML
27 lines
582 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"
|
|
|
|
sky_engine:
|
|
path: ../../bin/cache/pkg/sky_engine
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
environment:
|
|
sdk: '>=1.19.0 <2.0.0'
|