pubspec.yaml 772 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
  collection: '>=1.1.3 <2.0.0'
9
  intl: '>=0.12.4+2 <0.13.0'
10
  material_design_icons: '>=0.0.3 <0.1.0'
Ian Hickson's avatar
Ian Hickson committed
11 12
  sky_engine: 0.0.75
  sky_services: 0.0.75
13
  vector_math: '>=1.4.3 <2.0.0'
14
  quiver: '>=0.21.4 <0.22.0'
15

16 17 18
  # See the comment in flutter_tools' pubspec.yaml. We have to pin it
  # here also because sky_services depends on mojo_sdk which depends
  # on test.
19
  test: 0.12.6+1
20

21 22 23 24 25
  cassowary:
    path: ../cassowary
  newton:
    path: ../newton

26 27 28
dev_dependencies:
  flutter_test:
    path: ../flutter_test
29 30
  stocks:
    path: ../../examples/stocks
31

32
environment:
33
  sdk: '>=1.12.0 <2.0.0'