pubspec.yaml 999 Bytes
Newer Older
1 2
name: flutter_tools
version: 0.0.38
3 4 5
description: Tools for building Flutter applications
homepage: http://flutter.io
author: Flutter Authors <flutter-dev@googlegroups.com>
6 7

environment:
8
  sdk: '>=1.12.0 <2.0.0'
9

10
dependencies:
11
  archive: ^1.0.20
12
  args: ^0.13.4
13
  crypto: 0.9.2
yjbanov's avatar
yjbanov committed
14
  file: ^0.1.0
15
  http: ^0.11.3
16
  json_rpc_2: ^2.0.0
17
  json_schema: ^1.0.3
Devon Carew's avatar
Devon Carew committed
18
  mustache4dart: ^1.0.0
19
  package_config: ^0.1.3
20
  path: ^1.3.0
21
  pub_semver: ^1.0.0
22
  stack_trace: ^1.4.0
23
  web_socket_channel: ^1.0.0
24
  xml: ^2.4.1
25
  yaml: ^2.1.3
26

27 28 29
  flx:
    path: ../flx

30 31 32 33 34 35 36 37 38
  # We depend on very specific internal implementation details of the
  # 'test' package, which change between versions, so here we pin it
  # precisely.
  test: 0.12.13

  # We don't actually depend on 'analyzer', but 'test' does. We pin the
  # version of analyzer we depend on to avoid version skew across our
  # packages.
  analyzer: 0.27.2
Hixie's avatar
Hixie committed
39

Ian Fischer's avatar
Ian Fischer committed
40
dev_dependencies:
41
  mockito: ^0.11.0
42 43 44 45

# Exclude this package from the hosted API docs.
dartdoc:
  nodoc: true