We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964a910 commit 68b9ff3Copy full SHA for 68b9ff3
CONTRIBUTING.md
@@ -36,8 +36,8 @@ We really appreciate contributions via GitHub pull requests. To contribute take
36
* `git checkout upstream/develop -b <name_of_your_branch>`
37
* Apply your changes
38
* Verify your changes and fix potential warnings/ errors:
39
- * Check formatting: `flutter format .`
40
- * Run static analyses: `flutter analyzes`
+ * Check formatting: `dart format .`
+ * Run static analyses: `flutter analyze`
41
* Run unit-tests: `flutter test`
42
* Commit your changes: `git commit -am "<your informative commit message>"`
43
* Push changes to your fork: `git push origin <name_of_your_branch>`
0 commit comments