pubspec.yaml 488 Bytes
Newer Older
Adam Barth's avatar
Adam Barth committed
1 2 3
name: flutter_test
dependencies:
  quiver: ^0.21.4
4

5 6 7 8 9 10 11 12
  # The flutter tools depend on very specific internal implementation
  # details of the 'test' package, which change between versions, so
  # here we pin it precisely to avoid version skew across our packages.
  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.
13 14
  analyzer: 0.27.2

Adam Barth's avatar
Adam Barth committed
15 16
  flutter:
    path: ../flutter