DanTup · GitHub

Conversation

@DanTup

Copy link Copy Markdown

Member

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

@DanTup

Closed

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.

1 participant

@DanTup

Read the original on github.com ↗