21 lines
405 B
YAML
21 lines
405 B
YAML
name: report_data_service
|
|
description: A sample command-line application.
|
|
version: 1.0.0
|
|
publish_to: none
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.5.4
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
# path: ^1.8.0
|
|
EasyDartModule:
|
|
git:
|
|
url: https://git.he-info.cn/qmqz/easy_dart_module.git
|
|
ref: master
|
|
|
|
dev_dependencies:
|
|
lints: ^4.0.0
|
|
test: ^1.24.0
|