Commit 7532a99c authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Mention alternative way to rebuild flutter tools in CONTRIBUTING.md (#11567)

parent c9b0b3bb
......@@ -130,6 +130,9 @@ you run `flutter upgrade`. If you want to alter and re-test the tool's behavior
locally commit your tool changes in git and the tool will be rebuilt from Dart sources
in `packages/flutter_tools` the next time you run `flutter`.
Alternatively, delete the `bin/cache/flutter_tools.snapshot` file. Doing so will
force a rebuild of the tool from your local sources the next time you run `flutter`.
flutter_tools' tests run inside the Dart command line VM rather than in the
flutter shell. To run the test:
......
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