pubspec.yaml 1.23 KB
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.19.0 <2.0.0'
9

10
dependencies:
11
  archive: ^1.0.20
12
  args: ^0.13.4
13
  coverage: ^0.8.0
14
  crypto: '>=1.1.1 <3.0.0'
yjbanov's avatar
yjbanov committed
15
  file: ^0.1.0
16
  http: ^0.11.3
17
  json_rpc_2: ^2.0.0
18 19 20 21 22 23

  # Version 1.0.4 has mysterious "pub get" spam about "drudge". If you update
  # this dependency, be sure not to include 1.0.4 and to check the output of
  # "pub get" for spam about "drudge".
  json_schema: 1.0.3

24
  linter: ^0.1.21
25
  meta: ^1.0.3
Devon Carew's avatar
Devon Carew committed
26
  mustache4dart: ^1.0.0
27
  package_config: '>=0.1.5 <2.0.0'
28
  path: ^1.3.0
29
  pub_semver: ^1.0.0
30
  stack_trace: ^1.4.0
31
  usage: ^2.2.1
32
  web_socket_channel: ^1.0.0
33
  xml: ^2.4.1
34
  yaml: ^2.1.3
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.
39
  test: 0.12.15+4
40

41 42
  # Version from the vended Dart SDK as defined in `dependency_overrides`.
  analyzer: any
Hixie's avatar
Hixie committed
43

Ian Fischer's avatar
Ian Fischer committed
44
dev_dependencies:
45
  mockito: ^1.0.0
46 47 48 49

# Exclude this package from the hosted API docs.
dartdoc:
  nodoc: true
50 51 52 53

dependency_overrides:
  analyzer:
    path: ../../bin/cache/dart-sdk/lib/analyzer