2024-11-26 03:35:42 +00:00
|
|
|
name: platfrom_http
|
|
|
|
description: The HTTP Package for the Protevus Platform
|
2024-11-12 08:00:05 +00:00
|
|
|
version: 0.0.1
|
|
|
|
homepage: https://protevus.com
|
|
|
|
documentation: https://docs.protevus.com
|
|
|
|
repository: https://github.com/protevus/platformo
|
2024-11-26 03:35:42 +00:00
|
|
|
|
2024-11-12 08:00:05 +00:00
|
|
|
environment:
|
2024-11-26 03:35:42 +00:00
|
|
|
sdk: '>=3.4.0 <4.0.0'
|
2024-11-12 08:00:05 +00:00
|
|
|
|
|
|
|
# Add regular dependencies here.
|
|
|
|
dependencies:
|
2024-11-26 03:35:42 +00:00
|
|
|
sanitize_html: ^2.1.0
|
|
|
|
email_validator: ^3.0.0
|
|
|
|
validator_dart: ^0.1.0
|
|
|
|
protevus_mime: ^0.0.1
|
|
|
|
path: ^1.9.0
|
2024-11-12 08:00:05 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
lints: ^3.0.0
|
|
|
|
test: ^1.24.0
|