Unverified Commit d5337a23 authored by Dan Field's avatar Dan Field Committed by GitHub

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

parent 9372f861
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"
......
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