首次提交

This commit is contained in:
qmqz
2025-01-02 10:08:03 +08:00
commit fd62ed3d98
16 changed files with 1143 additions and 0 deletions

24
pubspec.yaml Normal file
View File

@@ -0,0 +1,24 @@
name: EasyDartModule
description: A starting point for Dart libraries or applications.
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
grpc: ^4.0.1
dio: ^5.0.0
mongo_dart: ^0.10.3
shelf: ^1.4.2
shelf_router: ^1.1.4
shelf_web_socket: ^2.0.1
uuid: ^4.5.1
mqtt5_client: ^4.6.2
minio: ^3.5.7
dev_dependencies:
lints: ^4.0.0
test: ^1.24.0