We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff60fbc commit d146ebcCopy full SHA for d146ebc
1 file changed
src/io/flutter/run/SdkFields.java
@@ -241,7 +241,6 @@ public GeneralCommandLine createFlutterSdkRunCommand(
241
command = flutterSdk.flutterRun(root, main.getFile(), device, runMode, flutterLaunchMode, project, args);
242
final GeneralCommandLine commandLine = command.createGeneralCommandLine(project);
243
commandLine.getEnvironment().putAll(getEnvs());
244
- Analytics.updateEnvironment(commandLine);
245
commandLine.withParentEnvironmentType(GeneralCommandLine.ParentEnvironmentType.CONSOLE);
246
return commandLine;
247
}
0 commit comments