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
4e88f6a1
Unverified
Commit
4e88f6a1
authored
Nov 20, 2020
by
Chris Yang
Committed by
GitHub
Nov 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flutter_tools: refactor `CreateCommand`. (#70874)
parent
c2d1203f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
663 additions
and
542 deletions
+663
-542
create.dart
packages/flutter_tools/lib/src/commands/create.dart
+22
-541
create_base.dart
packages/flutter_tools/lib/src/commands/create_base.dart
+640
-0
create_config_test.dart
.../flutter_tools/test/general.shard/create_config_test.dart
+1
-1
No files found.
packages/flutter_tools/lib/src/commands/create.dart
View file @
4e88f6a1
This diff is collapsed.
Click to expand it.
packages/flutter_tools/lib/src/commands/create_base.dart
0 → 100644
View file @
4e88f6a1
This diff is collapsed.
Click to expand it.
packages/flutter_tools/test/general.shard/create_config_test.dart
View file @
4e88f6a1
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// found in the LICENSE file.
import
'package:flutter_tools/src/commands/create.dart'
;
import
'package:flutter_tools/src/commands/create
_base
.dart'
;
import
'../src/common.dart'
;
import
'../src/common.dart'
;
...
...
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