forked from firka/flutter
Fixed flutter create's "package" template's error in pubspec.yaml. (#14977)
This commit is contained in:
committed by
Ian Hickson
parent
3352a3fb48
commit
1e40349017
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user