configurable/pubspec.yaml
Sambo Chea 649f25b265 - Add mutable configuration provider
- Split tests file
- Fixed and nullable functions
- Able to set or remove config from system config
2021-03-24 16:39:10 +07:00

16 lines
354 B
YAML

name: configurable
description: System Configuration and Dotenv Environment for Dart and Flutter
version: 1.0.3
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