mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

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.
29 lines
649 B
YAML
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'
|