All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dart2-v3template.pubspec.mustache Maven / Gradle / Ivy

There is a newer version: 8.1
Show newest version
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}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy