pubspec.yaml 649 Bytes
Newer Older
1
name: flutter
Adam Barth's avatar
Adam Barth committed
2
version: 0.0.21
Adam Barth's avatar
Adam Barth committed
3
author: Flutter Authors <flutter-dev@googlegroups.com>
4 5
description: A framework for writing Flutter applications
homepage: http://flutter.io
6

7
dependencies:
8 9
  collection: '>=1.9.1 <2.0.0'
  intl: '>=0.14.0 <0.15.0'
10
  meta: ^1.0.3
11
  vector_math: '>=2.0.3 <3.0.0'
pq's avatar
pq committed
12

13 14 15 16 17
  # 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"

18 19
  flutter_services:
    path: ../../bin/cache/pkg/flutter_services
20 21 22
  sky_engine:
    path: ../../bin/cache/pkg/sky_engine

23 24
dev_dependencies:
  flutter_test:
25
    sdk: flutter
26

27
environment:
28
  sdk: '>=1.19.0 <2.0.0'