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
9e94eb93
Unverified
Commit
9e94eb93
authored
Dec 04, 2019
by
Emmanuel Garcia
Committed by
GitHub
Dec 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove flutterBuildPluginAsAarFeature flag (#46101)
parent
d88345e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
features.dart
packages/flutter_tools/lib/src/features.dart
+0
-11
No files found.
packages/flutter_tools/lib/src/features.dart
View file @
9e94eb93
...
...
@@ -73,7 +73,6 @@ const List<Feature> allFeatures = <Feature>[
flutterLinuxDesktopFeature
,
flutterMacOSDesktopFeature
,
flutterWindowsDesktopFeature
,
flutterBuildPluginAsAarFeature
,
flutterAndroidEmbeddingV2Feature
,
flutterWebIncrementalCompiler
,
];
...
...
@@ -134,16 +133,6 @@ const Feature flutterWindowsDesktopFeature = Feature(
),
);
/// The [Feature] for building plugins as AARs in an app project.
const
Feature
flutterBuildPluginAsAarFeature
=
Feature
(
name:
'Build plugins independently as AARs in app projects'
,
configSetting:
'enable-build-plugin-as-aar'
,
master:
FeatureChannelSetting
(
available:
true
,
enabledByDefault:
false
,
),
);
/// The [Feature] for generating projects using the new Android embedding.
const
Feature
flutterAndroidEmbeddingV2Feature
=
Feature
(
name:
'flutter create generates projects using the Android embedding V2'
,
...
...
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