diff --git a/README.md b/README.md index e9aabf3..b5dfba9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Dart Configurable Environment -- [ ] Allow to get property from env file -- [ ] Cache property for runtime \ No newline at end of file +- [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 \ No newline at end of file