16 lines
354 B
YAML
16 lines
354 B
YAML
name: configurable
|
|
description: System Configuration and Dotenv Environment for Dart and Flutter
|
|
version: 1.0.4
|
|
homepage: https://github.com/CUBETIQ/system-config-dart
|
|
repository: https://github.com/CUBETIQ/system-config-dart.git
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
meta: ^1.3.0
|
|
|
|
dev_dependencies:
|
|
pedantic: ^1.11.0
|
|
test: ^1.16.8
|