16 lines
291 B
YAML
16 lines
291 B
YAML
|
name: fabric_mail
|
||
|
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.2
|
||
|
|
||
|
# Add regular dependencies here.
|
||
|
dependencies:
|
||
|
# path: ^1.8.0
|
||
|
|
||
|
dev_dependencies:
|
||
|
lints: ^3.0.0
|
||
|
test: ^1.24.0
|