From e388c716ffc0a70ade0c5860df84077500c1b467 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 24 Mar 2021 14:21:36 +0700 Subject: [PATCH] Updated the readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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