Unverified Commit 5c7ca2e7 authored by Tim Sneath's avatar Tim Sneath Committed by GitHub

Remove "beta-quality" for Windows (#98614)

parent 466b1e8d
...@@ -135,7 +135,7 @@ const Feature flutterLinuxDesktopFeature = Feature( ...@@ -135,7 +135,7 @@ const Feature flutterLinuxDesktopFeature = Feature(
/// The [Feature] for Windows desktop. /// The [Feature] for Windows desktop.
const Feature flutterWindowsDesktopFeature = Feature( const Feature flutterWindowsDesktopFeature = Feature(
name: 'beta-quality support for desktop on Windows', name: 'support for desktop on Windows',
configSetting: 'enable-windows-desktop', configSetting: 'enable-windows-desktop',
environmentOverride: 'FLUTTER_WINDOWS', environmentOverride: 'FLUTTER_WINDOWS',
master: FeatureChannelSetting( master: FeatureChannelSetting(
......
...@@ -106,7 +106,7 @@ void main() { ...@@ -106,7 +106,7 @@ void main() {
testWithoutContext('Flutter Windows desktop help string', () { testWithoutContext('Flutter Windows desktop help string', () {
expect(flutterWindowsDesktopFeature.generateHelpMessage(), expect(flutterWindowsDesktopFeature.generateHelpMessage(),
'Enable or disable beta-quality support for desktop on Windows. ' 'Enable or disable support for desktop on Windows. '
'This setting will take effect on the master, dev, beta, and stable channels.'); 'This setting will take effect on the master, dev, beta, and stable channels.');
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment