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

This commit is contained in:
Sturov Fedor
2018-03-20 23:37:24 +03:00
committed by Ian Hickson
parent 3352a3fb48
commit 1e40349017

View File

@@ -11,6 +11,10 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
{{#withDriverTest}}
flutter_driver:
sdk: flutter
{{/withDriverTest}}
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
@@ -47,4 +51,4 @@ flutter:
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.io/custom-fonts/#from-packages
# https://flutter.io/custom-fonts/#from-packages