mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When DevTools is active HotRunner.attach makes a deferred RPC to a DevTools service. That RPC appears to cause issues if it executes at the wrong time during the hot restart. Passing the --no-devtools flag works around this by disabling the RPC. See https://github.com/flutter/flutter/issues/153049