We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[Compiling the Engine] - Add section about using a custom Dart SDK
[Fuchsia] Fix flutter_aot_runner copy command.
[fuchsia] Note that local changes need to be rebased on top of the checked-out Fuchsia Flutter revision.
Use absolute paths for Fuchsia build instructions so they can be run without changing directories.
Fixes https://github.com/flutter/flutter/issues/86344
Updated Compiling the engine (markdown)
Ensure long path support is enabled on Windows
Add info on using a pre-built Dart SDK.
Take fxbug.dev/45484 into account.
Replace Xcode debugging instructions with link.
Add Xcode scheme instructions
fxbug.dev/76223: Use `symbol-index` instead of `copy_debug_symbols.py`
Improve fuchsia workflow instructions.
Minor tweaks to Goma script, explain why the Fuchsia RBE is necessary, add specific instructions for dealing with `compiler binary hash mismatch` errors.
We can read $FUCHSIA_DIR/.fx-build-dir to get the path to the relevant out directory.
FIxing a typo in the destination of the cp command
More Fuchsia formatting
Updates and formatting for Fuchsia instructions
Update Fuchsia instructions
Add Fuchsia instructions