- Copy all used dart_framework files into lib/framework/ - Replace all package:dart_framework/ imports with package:oto_cli/framework/ - Add yaml, archive, ftpconnect as explicit direct dependencies - Remove dart_framework git dependency from pubspec.yaml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
No EOL
621 B
YAML
32 lines
No EOL
621 B
YAML
name: oto_cli
|
|
description: A sample command-line application.
|
|
version: 1.0.0
|
|
publish_to: none
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: '>=2.18.6 <4.0.0'
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
path: ^1.8.0
|
|
http: ^1.2.0
|
|
json_annotation: ^4.8.1
|
|
resource_importer: ^0.2.0
|
|
yaml: ^3.1.0
|
|
color: ^3.0.0
|
|
file_hasher: ^0.1.0+0
|
|
cron: ^0.6.1
|
|
xml: ^6.6.1
|
|
archive: ^4.0.9
|
|
ftpconnect: ^2.0.10
|
|
|
|
dev_dependencies:
|
|
lints: ^6.0.0
|
|
test: ^1.24.9
|
|
build_runner: ^2.1.4
|
|
json_serializable: ^6.0.1
|
|
|
|
# resource_importer:
|
|
# resources:
|
|
# silentbatch: assets/bin/silentbatch.exe |