Unverified Commit 2488c389 authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

Remove unused flag `--target-platform` from `flutter run` (#34369)

parent eb9160eb
......@@ -55,12 +55,7 @@ abstract class RunCommandBase extends FlutterCommand with DeviceBasedDevelopment
'to precompile some code by the offline compiler. '
'This flag is only allowed when running as --dynamic --profile (recommended) or '
'--debug (may include unwanted debug symbols).',
)
..addOption('target-platform',
defaultsTo: 'default',
allowed: <String>['default', 'android-arm', 'android-arm64', 'android-x86', 'android-x64'],
help: 'Specify the target platform when building the app for an '
'Android device.\nIgnored on iOS.');
);
usesTargetOption();
usesPortOptions();
usesIpv6Flag();
......
Markdown is supported
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