platform/packages/http/pubspec.yaml

19 lines
378 B
YAML
Raw Normal View History

name: protevus_http
description: A starting point for Dart libraries or applications.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: '>=3.4.0 <4.0.0'
# Add regular dependencies here.
dependencies:
sanitize_html: ^2.1.0
email_validator: ^3.0.0
validator_dart: ^0.1.0
# path: ^1.8.0
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0