configurable/README.md

9 lines
327 B
Markdown
Raw Normal View History

# Dart Configurable Environment
2021-03-24 14:21:36 +07:00
- [x] Allow to get property from env file
- [x] Cache property for runtime
- [x] Dotenv file support (use DotenvConfigurationProvider)
- [x] Support functions (getConfig, getConfigOrNull, hasConfigKey)
- [x] Support nullsafety (dart 2.12.2+)
# Contributors
- Sambo Chea <sombochea@cubetiqs.com>