mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update style guide to recommend flutter analyze.
This commit is contained in:
parent
97efbef9dc
commit
bf1846e8bb
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user