pubspec.yaml 837 Bytes
Newer Older
Adam Barth's avatar
Adam Barth committed
1
name: flutter_test
2
version: 0.0.5-dev
Adam Barth's avatar
Adam Barth committed
3
dependencies:
4 5 6
  # 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.
7
  test: 0.12.20
8

Ian Hickson's avatar
Ian Hickson committed
9 10 11
  # We use FakeAsync and other testing utilities.
  quiver: ^0.24.0

Adam Barth's avatar
Adam Barth committed
12
  flutter:
13
    sdk: flutter
14 15 16 17 18

  # 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
  stack_trace: any # use version expected by test package
Ian Hickson's avatar
Ian Hickson committed
19 20 21 22 23 24

  # We override the createHttpClient in flutter with a MockClient.
  http: any # use version expected by flutter

  # Used by globalToLocal et al.
  vector_math: any # use version expected by flutter