1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

flutter analyze -> dart analyze (#849)

This commit is contained in:
Brett Morgan
2021-07-13 03:08:10 +10:00
committed by GitHub
parent 1403e67144
commit d3c4645a42

View File

@@ -12,7 +12,7 @@ function ci_projects () {
flutter pub get
# Run the analyzer to find any static analysis issues.
flutter analyze
dart analyze
# Run the formatter on all the dart files to make sure everything's linted.
dart format --output none --set-exit-if-changed .