add: adding dependencies validator_dart, email_validator, sanitize_html
This commit is contained in:
parent
e8b9a2f8e6
commit
f342069669
1 changed files with 4 additions and 1 deletions
|
@ -4,10 +4,13 @@ version: 1.0.0
|
|||
# repository: https://github.com/my_org/my_repo
|
||||
|
||||
environment:
|
||||
sdk: ^3.4.2
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue