2021-03-24 13:24:40 +07:00
|
|
|
name: configurable
|
2021-03-24 14:32:42 +07:00
|
|
|
description: System Configuration and Dotenv Environment for Dart
|
|
|
|
version: 1.0.0
|
|
|
|
homepage: https://github.com/CUBETIQ/system-config-dart
|
|
|
|
repository: https://github.com/CUBETIQ/system-config-dart.git
|
2021-03-24 13:24:40 +07:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
|
2021-03-24 13:34:03 +07:00
|
|
|
dependencies:
|
|
|
|
test: ^1.16.8
|
2021-03-24 13:52:20 +07:00
|
|
|
meta: ^1.3.0
|
2021-03-24 13:24:40 +07:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
pedantic: ^1.9.0
|