Skip to content

Add a setting to easily set Flutter's web renderer in user/workspace settings #3000

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

Merged
merged 6 commits into from
Dec 15, 2020

Conversation

DanTup
Copy link
Member

@DanTup DanTup commented Dec 10, 2020

This adds a setting to easily set the web renderer at the User Setting or Workspace Setting level. It will be injected into flutter run commands (launched via the debugger) and flutter build web tasks (from the Flutter task contributions) unless they already have this in their args.

Screenshot 2020-12-10 at 12 23 11

TODO:

  • Confirm which version of Flutter we should pass this for (currently set to >= v1.25.0-0)
  • Decide whether we need both default and auto or if we could fold them together (eg. only have auto and always pass it, or only have default and leave auto as something Flutter does when using its default)
  • Add a link to docs describing the renderers in more detail?

Fixes #2999.

@DanTup DanTup added is enhancement in flutter Relates to running Flutter apps labels Dec 10, 2020
@DanTup DanTup added this to the v3.18.0 milestone Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in flutter Relates to running Flutter apps is enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for easily setting Flutter's --web-renderer at user/workspace level
1 participant