26 lines
542 B
YAML
26 lines
542 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
|
|
# 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
|