Skip to content

Commit 68b9ff3

Browse files
committed
Update CONTRIBUTING.md
1 parent 964a910 commit 68b9ff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ We really appreciate contributions via GitHub pull requests. To contribute take
3636
* `git checkout upstream/develop -b <name_of_your_branch>`
3737
* Apply your changes
3838
* Verify your changes and fix potential warnings/ errors:
39-
* Check formatting: `flutter format .`
40-
* Run static analyses: `flutter analyzes`
39+
* Check formatting: `dart format .`
40+
* Run static analyses: `flutter analyze`
4141
* Run unit-tests: `flutter test`
4242
* Commit your changes: `git commit -am "<your informative commit message>"`
4343
* Push changes to your fork: `git push origin <name_of_your_branch>`

0 commit comments

Comments
 (0)