dart-app-core/pubspec.yaml
2023-11-12 20:00:16 +09:00

30 lines
631 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
yaml: ^3.1.1
http: ^0.13.5
color: ^3.0.0
cp949:
git:
url: https://github.com/dong-higenis/dart-cp949
ref: main
# subtitle_wrapper_package: ^2.1.1
# equatable: ^2.0.5
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
build_runner: ^2.1.4
json_serializable: ^6.0.1