dart2-v3template.pubspec.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openapi-dart-generator Show documentation
Show all versions of openapi-dart-generator Show documentation
dart2 generator from openapi 3.x spec files.
name: {{pubName}}
version: {{pubVersion}}
description: {{pubDescription}}
{{#pubRepository}}
repository: {{{.}}}
{{/pubRepository}}
{{#pubHomepage}}
homepage: {{{.}}}
{{/pubHomepage}}
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
dio: '>=3.0.10 <4.0.0'
openapi_dart_common: ^3.2.0
collection: ^1.14.11
{{#x-dart-deps}}
{{{.}}}
{{/x-dart-deps}}
dev_dependencies:
test: ^1.3.0
{{#x-dart-devdeps}}
{{{.}}}
{{/x-dart-devdeps}}