mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

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
|