Skip to content
Snippets Groups Projects
Unverified Commit 7493583d authored by Jason Simmons's avatar Jason Simmons Committed by GitHub
Browse files

When using --local-web-sdk, use a locally built Dart SDK if one is available (#166732)

If flutter_tools is run with both a local Web SDK and a local engine,
then use the Dart SDK from the local engine instead of the prebuilt Dart
SDK.

This enables testing of a local Wasm build with a locally patched Dart
SDK by setting --local-web-sdk to the Wasm engine output and
--local-engine/--local-engine-host to a local engine built with
--no-prebuilt-dart-sdk.
parent 290701f5
No related merge requests found
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