Format all pure Dart code with package:dart_style v0.2.0 Command: ``` find -type f -name "*.dart" | xargs dartformat -w ```
This reverts commit 718fa35167.
718fa35167
Closes #2650