mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Clarify plugin/example/pubspec.yaml (#23298)
This commit is contained in:
parent
9372f86149
commit
d5337a2346
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user