-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
a: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an apptoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
The flutter config command references the dev channel in the list of settings:
--[no-]enable-web Enable or disable Flutter for web. This setting will
take effect on the master, dev, beta, and stable
channels.
--[no-]enable-linux-desktop Enable or disable beta-quality support for desktop
on Linux. This setting will take effect on the
master, dev, beta, and stable channels. Newer beta
versions are available on the beta channel.
--[no-]enable-macos-desktop Enable or disable beta-quality support for desktop
on macOS. This setting will take effect on the
master, dev, beta, and stable channels. Newer beta
versions are available on the beta channel.
--[no-]enable-windows-desktop Enable or disable beta-quality support for desktop
on Windows. This setting will take effect on the
master, dev, beta, and stable channels.
--[no-]enable-windows-uwp-desktop Enable or disable Flutter for Windows UWP. This
setting will take effect on the master and dev
channels.
--[no-]single-widget-reload-optimization Enable or disable Hot reload optimization for
changes to class body of a single widget. This
setting will take effect on the master, dev, and
beta channels.
--[no-]enable-android Enable or disable Flutter for Android. This setting
will take effect on the master, dev, beta, and
stable channels.
--[no-]enable-ios Enable or disable Flutter for iOS. This setting will
take effect on the master, dev, beta, and stable
channels.
/cc @khyati82, who was tracking a list of work items associated with deprecating the dev channel.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a: releaseChallenges faced when attempting to productionize an appChallenges faced when attempting to productionize an apptoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.