mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
15 lines
236 B
YAML
15 lines
236 B
YAML
![]() |
name: dart_tools
|
||
|
description: A sample command-line application.
|
||
|
version: 1.0.0
|
||
|
# homepage: https://www.example.com
|
||
|
|
||
|
environment:
|
||
|
sdk: '>=2.17.6 <3.0.0'
|
||
|
|
||
|
dependencies:
|
||
|
args: ^2.3.1
|
||
|
|
||
|
dev_dependencies:
|
||
|
lints: ^2.0.0
|
||
|
test: ^1.16.0
|