-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Description
The flutter
command line tooling has the concept of configuration for enabling (and disabling) support for web, Linux, Windows, macOS and Fuschia. (I hope I spelt the last one right)
Given we are having to document how to enable Flutter for web in the odd case that someone, somewhere, disable Flutter for web support on their machine, I'd suggest that these configuration options have outlived their usefulness.
Can we please remove these configuration options and just have web, Linux, Windows and macOS always on? Is there a world where turning these off makes sense?
We have the work around of suggesting to users that they pass the platforms they want to support to flutter create
instead. Or, y'know, just delete the runners you don't want. Both of these options achieve the same goal, while making the system itself less stateful.
Context: flutter/website#10329 (comment)