sample_dart_sdk/pubspec.yaml

15 lines
251 B
YAML
Raw Normal View History

2022-10-28 10:10:46 +07:00
name: sample_sdk
description: A simple command-line application and sdk.
2021-09-04 19:07:29 +07:00
version: 1.0.0
2022-10-28 10:10:46 +07:00
homepage: https://www.cubetiqs.com
2021-09-04 19:07:29 +07:00
environment:
sdk: '>=2.12.0 <3.0.0'
# dependencies:
# path: ^1.8.0
dev_dependencies:
pedantic: ^1.10.0
2022-10-28 10:10:46 +07:00
test: ^1.16.4