32 lines
615 B
YAML
32 lines
615 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
|
|
web_socket_channel: ^3.0.1
|
|
source_gen: ^1.5.0
|
|
build: ^2.4.1
|
|
analyzer: ^6.8.0
|
|
event_bus: ^2.0.1
|
|
|
|
dev_dependencies:
|
|
lints: ^4.0.0
|
|
test: ^1.24.0
|