mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This change ensures that `injectDebuggingSupportCode` in DWDS is set based on the specified device ID, defaulting to Chrome. This complements the changes made in https://github.com/dart-lang/webdev/pull/2601 and ensures that debugging support is correctly configured for different environments. fixes https://github.com/dart-lang/sdk/issues/60289