Clarify plugin/example/pubspec.yaml (#23298)

This commit is contained in:
Dan Field 2018-10-19 13:11:51 -07:00 committed by GitHub
parent 9372f86149
commit d5337a2346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
name: {{projectName}}
description: {{description}}
{{#withPluginHook}}
publish_to: 'none'
{{/withPluginHook}}
{{^withPluginHook}}
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@ -8,6 +12,7 @@ description: {{description}}
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 1.0.0+1
{{/withPluginHook}}
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"