vlogs_sdk_dart/pubspec.yaml

17 lines
309 B
YAML
Raw Normal View History

2023-05-27 01:06:18 +07:00
name: vlogs
description: A simple way to collect logs and send to the server via simple SDK.
version: 1.0.0
repository: https://github.com/CUBETIQ/vlogs_sdk_dart.git
environment:
sdk: ">=2.19.0 <3.0.0"
2023-05-27 01:06:18 +07:00
dependencies:
http:
uuid:
logger:
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0