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

environment:
4
  sdk: '>=3.2.0-0 <4.0.0'
5

Adam Barth's avatar
Adam Barth committed
6
dependencies:
7
  # To update these, use "flutter update-packages --force-upgrade".
8 9 10
  #
  # For detailed instructions, refer to:
  # https://github.com/flutter/flutter/wiki/Updating-dependencies-in-Flutter
11

12 13 14
  flutter:
    sdk: flutter

15 16 17
  # 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.
Christopher Fujino's avatar
Christopher Fujino committed
18
  test_api: 0.7.0
19
  matcher: 0.12.16+1
20

21
  # Used by golden file comparator
22
  path: 1.9.0
23

24
  # Testing utilities for dealing with async calls and time.
25 26
  fake_async: 1.3.1
  clock: 1.1.1
Ian Hickson's avatar
Ian Hickson committed
27

28 29 30
  # 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
31
  stack_trace: 1.11.1
Ian Hickson's avatar
Ian Hickson committed
32 33

  # Used by globalToLocal et al.
34
  vector_math: 2.1.4
Dan Field's avatar
Dan Field committed
35

36
  # Used to detect memory leaks with `testWidgets`.
37
  leak_tracker_flutter_testing: 3.0.3
38

39
  async: 2.11.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
40
  boolean_selector: 2.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
41
  characters: 1.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
42
  collection: 1.18.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
43 44
  leak_tracker: 10.0.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
  leak_tracker_testing: 3.0.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
45
  material_color_utilities: 0.8.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
46
  meta: 1.12.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
47
  source_span: 1.10.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
48
  stream_channel: 2.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
49
  string_scanner: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
50
  term_glyph: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
51
  vm_service: 14.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
52

53
dev_dependencies:
54
  file: 7.0.0
55

56
# PUBSPEC CHECKSUM: 3a1e