初始化

This commit is contained in:
wyf
2026-01-20 21:30:10 +08:00
commit c54f76cd0c
34 changed files with 5262 additions and 0 deletions

19
pubspec.yaml Normal file
View File

@@ -0,0 +1,19 @@
name: report_data_service
description: A sample command-line application.
version: 1.0.0
# 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