sample_dart_sdk/pubspec.yaml

15 lines
251 B
YAML

name: sample_sdk
description: A simple command-line application and sdk.
version: 1.0.0
homepage: https://www.cubetiqs.com
environment:
sdk: '>=2.12.0 <3.0.0'
# dependencies:
# path: ^1.8.0
dev_dependencies:
pedantic: ^1.10.0
test: ^1.16.4