17 lines
567 B
YAML

name: flutter_test
dependencies:
quiver: ^0.24.0
# 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.20
flutter:
sdk: flutter
# 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