mirror of
https://github.com/chenasraf/dart_todo.git
synced 2026-05-17 17:58:10 +00:00
15 lines
275 B
YAML
15 lines
275 B
YAML
name: dart_todo
|
|
description: A fully fledged, simple to use to do terminal app
|
|
version: 1.0.0
|
|
# homepage: https://www.example.com
|
|
environment:
|
|
sdk: ">=2.10.0 <3.0.0"
|
|
|
|
dependencies:
|
|
dart_console: ^0.6.2
|
|
path: ^1.7.0
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.9.0
|
|
test: ^1.14.4
|