flutter analyze --watch (#6093)

This commit is contained in:
Dan Rubel
2016-10-04 08:20:24 -04:00
committed by GitHub
parent 67f97b455d
commit 9f673ad445
9 changed files with 452 additions and 414 deletions

View File

@@ -45,7 +45,7 @@ SRC_ROOT=$PWD
# generate and analyze our large sample app
dart dev/tools/mega_gallery.dart
(cd dev/benchmarks/mega_gallery; flutter watch --benchmark)
(cd dev/benchmarks/mega_gallery; flutter analyze --watch --benchmark)
if [ -n "$COVERAGE_FLAG" ]; then
GSUTIL=$HOME/google-cloud-sdk/bin/gsutil