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
1e403490
Commit
1e403490
authored
Mar 20, 2018
by
Sturov Fedor
Committed by
Ian Hickson
Mar 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed flutter create's "package" template's error in pubspec.yaml. (#14977)
parent
3352a3fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
pubspec.yaml.tmpl
packages/flutter_tools/templates/package/pubspec.yaml.tmpl
+5
-1
No files found.
packages/flutter_tools/templates/package/pubspec.yaml.tmpl
View file @
1e403490
...
@@ -11,6 +11,10 @@ dependencies:
...
@@ -11,6 +11,10 @@ dependencies:
dev_dependencies:
dev_dependencies:
flutter_test:
flutter_test:
sdk: flutter
sdk: flutter
{{#withDriverTest}}
flutter_driver:
sdk: flutter
{{/withDriverTest}}
# For information on the generic Dart part of this file, see the
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# following page: https://www.dartlang.org/tools/pub/pubspec
...
@@ -47,4 +51,4 @@ flutter:
...
@@ -47,4 +51,4 @@ flutter:
# weight: 700
# weight: 700
#
#
# For details regarding fonts in packages, see
# For details regarding fonts in packages, see
# https://flutter.io/custom-fonts/#from-packages
# https://flutter.io/custom-fonts/#from-packages
\ No newline at end of file
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