Commit 13edb320 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Add Windows support to CONTRIBUTING.md (#10956)

parent c5999c74
...@@ -8,7 +8,7 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod ...@@ -8,7 +8,7 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod
Things you will need Things you will need
-------------------- --------------------
* Linux or Mac OS X. (Windows is not yet supported.) * Linux, Mac OS X, or Windows
* git (used for source version control). * git (used for source version control).
* An IDE. We recommend [IntelliJ with the Flutter plugin](https://flutter.io/intellij-ide/). * An IDE. We recommend [IntelliJ with the Flutter plugin](https://flutter.io/intellij-ide/).
* An ssh client (used to authenticate with GitHub). * An ssh client (used to authenticate with GitHub).
...@@ -92,6 +92,8 @@ assume you want to check a single package and the flutter repository has several ...@@ -92,6 +92,8 @@ assume you want to check a single package and the flutter repository has several
Running the tests Running the tests
----------------- -----------------
_The `flutter test` command is not available on Windows (See [#8516](https://github.com/flutter/flutter/issues/8516))._
To automatically find all files named `_test.dart` inside a package's `test/` subdirectory, and run them inside the flutter shell as a test, use the `flutter test` command, e.g: To automatically find all files named `_test.dart` inside a package's `test/` subdirectory, and run them inside the flutter shell as a test, use the `flutter test` command, e.g:
* `cd examples/stocks` * `cd examples/stocks`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment