Skip to content

flutter config mentions deprecated dev channel #98611

@timsneath

Description

@timsneath

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.

Metadata

Metadata

Labels

a: releaseChallenges faced when attempting to productionize an apptoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions