pubspec.yaml 2.3 KB
Newer Older
Adam Barth's avatar
Adam Barth committed
1
name: flutter_test
2 3 4

environment:
  # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
5
  sdk: ">=2.2.2 <3.0.0"
6

Adam Barth's avatar
Adam Barth committed
7
dependencies:
8 9
  # To update these, use "flutter update-packages --force-upgrade".

10 11 12
  flutter:
    sdk: flutter

13 14 15
  # We depend on very specific internal implementation details of the
  # 'test' package, which change between versions, so when upgrading
  # this, make sure the tests are still running correctly.
16
  test_api: 0.2.17
17

18
  # Used by golden file comparator
19
  path: 1.7.0
20

21 22 23
  # Testing utilities for dealing with async calls and time.
  fake_async: 1.1.0
  clock: 1.0.1
Ian Hickson's avatar
Ian Hickson committed
24

25 26 27
  # We import stack_trace because the test packages uses it and we
  # need to be able to unmangle the stack traces that it passed to
  # stack_trace. See https://github.com/dart-lang/test/issues/590
Dan Field's avatar
Dan Field committed
28
  stack_trace: 1.9.5
Ian Hickson's avatar
Ian Hickson committed
29 30

  # Used by globalToLocal et al.
31
  vector_math: 2.0.8
32

Dan Field's avatar
Dan Field committed
33
  async: 2.4.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
34
  boolean_selector: 2.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
35
  characters: 1.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
36
  charcode: 1.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
37 38
  collection: 1.14.13 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
  matcher: 0.12.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
39
  meta: 1.1.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
40
  source_span: 1.7.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
41
  stream_channel: 2.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
42
  string_scanner: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
Dan Field's avatar
Dan Field committed
43
  term_glyph: 1.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
44
  typed_data: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
45

46
dev_dependencies:
47
  file: 5.2.1
48

49
  intl: 0.16.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
50

Dan Field's avatar
Dan Field committed
51
# PUBSPEC CHECKSUM: 975a