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
......
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