feat/update-app-template #10

Merged
malo merged 3 commits from feat/update-app-template into master 2023-11-14 18:03:53 +00:00
6 changed files with 12 additions and 7 deletions
Showing only changes of commit 597e72ac60 - Show all commits

View File

@ -1,7 +1,7 @@
name: wyatt_package_template
description: New package template for Wyatt Studio projects.
version: 0.2.1
version: 0.2.2
vars:
package_name:

View File

@ -5,7 +5,7 @@ version: 1.0.0
publish_to: 'none'
environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"
dependencies:
### {{#flutter}}
@ -25,10 +25,10 @@ dev_dependencies:
wyatt_analysis:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.4.0
version: ^2.6.1
###{{#flutter}}
#### The following section is specific to Flutter.
###flutter:
### uses-material-design: true
###{{/flutter}}
###{{/flutter}}

View File

@ -3,6 +3,8 @@ description: A short package description.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/package_name
version: 1.0.0
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
environment:
sdk: ">=3.0.0 <4.0.0"

View File

@ -5,7 +5,7 @@ version: 1.0.0
publish_to: 'none'
environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"
dependencies:
{{#flutter}}
@ -31,7 +31,7 @@ dev_dependencies:
wyatt_analysis:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.4.0
version: ^2.6.1
{{#flutter}}
# The following section is specific to Flutter.
@ -39,3 +39,4 @@ flutter:
uses-material-design: true
{{/flutter}}

View File

@ -3,6 +3,8 @@ description: {{#sentenceCase}}{{description}}{{/sentenceCase}}.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/{{#snakeCase}}{{package_name}}{{/snakeCase}}
version: 1.0.0
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
environment:
sdk: ">=3.0.0 <4.0.0"

View File

@ -1,7 +1,7 @@
name: wyatt_package_template
description: New package template for Wyatt Studio projects.
version: 0.2.1
version: 0.2.2
vars:
package_name: