Conversation
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.
TODO:
- Confirm which version of Flutter we should pass this for (currently set to >=
v1.25.0-0) - Decide whether we need both
defaultandautoor if we could fold them together (eg. only haveautoand always pass it, or only havedefaultand leaveautoas something Flutter does when using its default) - Add a link to docs describing the renderers in more detail?
Fixes #2999.
DanTup
added
is enhancement
labels
Dec 10, 2020Labels
Relates to running Flutter apps
An enhancement or improvement that should be listed in release notes but is not a bug fix.
