Skip to content

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

Merged
DanTup merged 6 commits intomasterfrom
web-renderer
Dec 15, 2020
Merged

Add a setting to easily set Flutter's web renderer in user/workspace settings#3000
DanTup merged 6 commits intomasterfrom
web-renderer

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 An enhancement or improvement that should be listed in release notes but is not a bug fix. 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 An enhancement or improvement that should be listed in release notes but is not a bug fix.

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