mirror of
https://github.com/flutter/flutter.git
synced 2026-02-14 06:45:56 +08:00
16 lines
367 B
YAML
16 lines
367 B
YAML
name: microbenchmarks
|
|
description: A new flutter project.
|
|
dependencies:
|
|
|
|
# version 0.13.6+1 does not return the value from the command
|
|
# causing flutter tools to always have exit code 0
|
|
# see https://github.com/flutter/flutter/issues/6766
|
|
args: 0.13.6
|
|
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_test:
|
|
sdk: flutter
|
|
stocks:
|
|
path: ../../../examples/stocks
|