Files
easy_dart_module/pubspec.yaml

27 lines
510 B
YAML

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
redis: ^4.0.0
dart_jsonwebtoken: ^2.14.2
dev_dependencies:
lints: ^4.0.0
test: ^1.24.0