2021-03-24 13:24:40 +07:00
|
|
|
name: configurable
|
2021-05-28 15:24:05 +07:00
|
|
|
description: System Configuration, Dotenv Environment and Text Formatter for Dart and Flutter
|
|
|
|
version: 1.0.8
|
2021-03-24 14:32:42 +07:00
|
|
|
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:
|
2021-03-24 13:52:20 +07:00
|
|
|
meta: ^1.3.0
|
2021-03-24 13:24:40 +07:00
|
|
|
|
|
|
|
dev_dependencies:
|
2021-03-24 15:07:37 +07:00
|
|
|
pedantic: ^1.11.0
|
2021-03-24 15:02:06 +07:00
|
|
|
test: ^1.16.8
|