2024-06-22 04:36:52 +00:00
|
|
|
name: protevus_database
|
2024-06-14 04:29:41 +00:00
|
|
|
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
|