mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
flutter drive -d chrome was opening Chrome twice - once from WebDriver and once from web_device.dart. Added webNoLaunchChrome flag to DebuggingOptions so we can skip the second launch.