Updated the readme

This commit is contained in:
Sambo Chea 2021-03-24 14:21:36 +07:00
parent 549cc6bddd
commit e388c716ff

View File

@ -1,3 +1,9 @@
# Dart Configurable Environment
- [ ] Allow to get property from env file
- [ ] Cache property for runtime
- [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>