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.
10 lines
178 B
YAML
10 lines
178 B
YAML
name: microbenchmarks
|
|
description: A new flutter project.
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_test:
|
|
sdk: flutter
|
|
stocks:
|
|
path: ../../../examples/stocks
|