Update style guide to recommend flutter analyze.

This commit is contained in:
Phil Quitslund 2015-12-02 09:09:56 -08:00
parent 97efbef9dc
commit bf1846e8bb

View File

@ -35,7 +35,7 @@ rules, so avoid using that for now.)
Always use the Dart Analyzer. Avoid checking in code that increases
the output of the analyzer unless you've filed a bug with the Dart
team. (Use "skyanalyzer" to run the analyzer on Flutter code.)
team. (Use `flutter analyze` to run the analyzer on Flutter code.)
Use assert()s liberally to describe the contracts that you expect your
code to follow.