19 lines
503 B
YAML
19 lines
503 B
YAML
|
name: angel3_mq
|
||
|
description: DartMQ is a message-queue system that facilitates communication between different components in the application.
|
||
|
repository: https://github.com/N-Razzouk/dart_mq
|
||
|
issue_tracker: https://github.com/N-Razzouk/dart_mq/issues
|
||
|
homepage: https://github.com/N-Razzouk/dart_mq
|
||
|
documentation: https://github.com/N-Razzouk/dart_mq
|
||
|
version: 1.1.0
|
||
|
|
||
|
environment:
|
||
|
sdk: ">=3.0.0 <4.0.0"
|
||
|
|
||
|
dependencies:
|
||
|
equatable: ^2.0.5
|
||
|
uuid: ^4.5.1
|
||
|
|
||
|
dev_dependencies:
|
||
|
lints: ^3.0.0
|
||
|
test: ^1.21.0
|