Skip to content

Commit 13edb32

Browse files
authored
Add Windows support to CONTRIBUTING.md (flutter#10956)
1 parent c5999c7 commit 13edb32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod
88
Things you will need
99
--------------------
1010

11-
* Linux or Mac OS X. (Windows is not yet supported.)
11+
* Linux, Mac OS X, or Windows
1212
* git (used for source version control).
1313
* An IDE. We recommend [IntelliJ with the Flutter plugin](https://flutter.io/intellij-ide/).
1414
* 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
9292
Running the tests
9393
-----------------
9494

95+
_The `flutter test` command is not available on Windows (See [#8516](https://github.com/flutter/flutter/issues/8516))._
96+
9597
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:
9698

9799
* `cd examples/stocks`

0 commit comments

Comments
 (0)