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

dart2.pubspec.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
#
# AUTO-GENERATED FILE, DO NOT MODIFY!
#

name: '{{{pubName}}}'
version: '{{{pubVersion}}}'
description: '{{{pubDescription}}}'
homepage: '{{{pubHomepage}}}'
{{#pubRepository}}
repository: {{.}}
{{/pubRepository}}
{{#pubPublishTo}}
publish_to: {{.}}
{{/pubPublishTo}}
environment:
  sdk: '>=2.12.0 <3.0.0'
dependencies:
  collection: '^1.17.0'
  http: '>=0.13.0 <0.14.0'
  intl: '^0.18.0'
  meta: '^1.1.8'
dev_dependencies:
  test: '>=1.16.0 <1.18.0'
{{#json_serializable}}
  build_runner: '^1.10.9'
  json_serializable: '^3.5.1'
{{/json_serializable}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy