forked from firka/flutter
Switch our pubspec.yamls to using SDK sources so that we can have consistent source types when we depend on these packages from external packages using SDK sources.
12 lines
310 B
YAML
12 lines
310 B
YAML
name: flutter_test
|
|
dependencies:
|
|
quiver: ^0.21.4
|
|
|
|
# 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.15+4
|
|
|
|
flutter:
|
|
sdk: flutter
|