首次提交
This commit is contained in:
24
pubspec.yaml
Normal file
24
pubspec.yaml
Normal 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
|
||||
Reference in New Issue
Block a user