dart-app-core/pubspec.yaml
2023-01-24 21:45:04 +09:00

21 lines
434 B
YAML

name: dart_framework
description: A starting point for Dart libraries or applications.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: '>=2.18.6 <3.0.0'
# Add regular dependencies here.
dependencies:
path: ^1.8.2
args: ^2.3.2
json_annotation: ^4.8.0
archive: ^3.3.5
ftpconnect: ^2.0.5
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
build_runner: ^2.1.4
json_serializable: ^6.0.1