configurable/pubspec.yaml

16 lines
370 B
YAML
Raw Permalink Normal View History

name: configurable
description: System Configuration, Dotenv Environment and Text Formatter for Dart and Flutter
version: 1.0.8
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'
2021-03-24 13:34:03 +07:00
dependencies:
2021-03-24 13:52:20 +07:00
meta: ^1.3.0
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