Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
5c7ca2e7
Unverified
Commit
5c7ca2e7
authored
3 years ago
by
Tim Sneath
Committed by
GitHub
3 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove "beta-quality" for Windows (#98614)
parent
466b1e8d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
features.dart
packages/flutter_tools/lib/src/features.dart
+1
-1
features_test.dart
packages/flutter_tools/test/general.shard/features_test.dart
+1
-1
No files found.
packages/flutter_tools/lib/src/features.dart
View file @
5c7ca2e7
...
...
@@ -135,7 +135,7 @@ const Feature flutterLinuxDesktopFeature = Feature(
/// The [Feature] for Windows desktop.
const
Feature
flutterWindowsDesktopFeature
=
Feature
(
name:
'
beta-quality
support for desktop on Windows'
,
name:
'support for desktop on Windows'
,
configSetting:
'enable-windows-desktop'
,
environmentOverride:
'FLUTTER_WINDOWS'
,
master:
FeatureChannelSetting
(
...
...
This diff is collapsed.
Click to expand it.
packages/flutter_tools/test/general.shard/features_test.dart
View file @
5c7ca2e7
...
...
@@ -106,7 +106,7 @@ void main() {
testWithoutContext
(
'Flutter Windows desktop help string'
,
()
{
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 diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment