Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flutter_tool] Adds --enable-impeller flag to the run command #100835

Merged
merged 1 commit into from
Mar 27, 2022

Conversation

zanderso
Copy link
Member

@zanderso zanderso commented Mar 26, 2022

Plumbs it through from the run command line to DebuggingOptions into the IOSDevice's startApp call.

@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Mar 26, 2022
@@ -140,7 +140,15 @@ abstract class RunCommandBase extends FlutterCommand with DeviceBasedDevelopment
'startup. By default this is main(List<String> args). Specify '
'this option multiple times each with one argument to pass '
'multiple arguments to the Dart entrypoint. Currently this is '
'only supported on desktop platforms.'
'only supported on desktop platforms.',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably worth adding as a helper method so it can be added to flutter drive and possibly flutter build ios

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. DriveCommand already extends RunCommandBase, so no need to call the helper there.

Copy link
Member

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with nit

@zanderso zanderso merged commit 47f08a3 into flutter:master Mar 27, 2022
@zanderso zanderso deleted the enable-impeller-flag branch March 27, 2022 03:07
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants