Commit 1e403490 authored by Sturov Fedor's avatar Sturov Fedor Committed by Ian Hickson

Fixed flutter create's "package" template's error in pubspec.yaml. (#14977)

parent 3352a3fb
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment