pubspec.yaml 1.1 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
  json_schema: 1.0.6
19
  linter: ^0.1.21
20
  meta: ^1.0.3
21
  mustache: ^0.2.5
22
  package_config: '>=0.1.5 <2.0.0'
23
  path: ^1.3.0
24
  pub_semver: ^1.0.0
25
  stack_trace: ^1.4.0
26
  usage: ^2.2.1
27
  vm_service_client: '0.2.2+2' # TODO(yegor): use the latest version
28
  web_socket_channel: ^1.0.4
29
  xml: ^2.4.1
30
  yaml: ^2.1.3
31

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

37 38
  # Version from the vended Dart SDK as defined in `dependency_overrides`.
  analyzer: any
Hixie's avatar
Hixie committed
39

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

# Exclude this package from the hosted API docs.
dartdoc:
  nodoc: true
46 47 48 49

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