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
ba5cc2cb
Unverified
Commit
ba5cc2cb
authored
Feb 18, 2021
by
Gary Qian
Committed by
GitHub
Feb 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] Deferred components setup validator (#75739)
parent
bfcb43d2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1718 additions
and
0 deletions
+1718
-0
deferred_components_setup_validator.dart
.../lib/src/android/deferred_components_setup_validator.dart
+773
-0
common.dart
...es/flutter_tools/lib/src/build_system/targets/common.dart
+4
-0
deferred_components_setup_validator_test.dart
...ard/android/deferred_components_setup_validator_test.dart
+941
-0
No files found.
packages/flutter_tools/lib/src/android/deferred_components_setup_validator.dart
0 → 100644
View file @
ba5cc2cb
This diff is collapsed.
Click to expand it.
packages/flutter_tools/lib/src/build_system/targets/common.dart
View file @
ba5cc2cb
...
...
@@ -45,6 +45,10 @@ const String kExtraFrontEndOptions = 'ExtraFrontEndOptions';
/// This is expected to be a comma separated list of strings.
const
String
kExtraGenSnapshotOptions
=
'ExtraGenSnapshotOptions'
;
/// Whether the app should run gen_snapshot as a split aot build for deferred
/// components.
const
String
kSplitAot
=
'SplitAot'
;
/// Whether to strip source code information out of release builds and where to save it.
const
String
kSplitDebugInfo
=
'SplitDebugInfo'
;
...
...
packages/flutter_tools/test/general.shard/android/deferred_components_setup_validator_test.dart
0 → 100644
View file @
ba5cc2cb
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