Go to file
Sambo Chea e388c716ff Updated the readme 2021-03-24 14:21:36 +07:00
bin Add configuration provider and simple provider functions 2021-03-24 13:24:40 +07:00
example Add example and add more tests and fixed function 2021-03-24 14:17:47 +07:00
lib Add configurable with functions 2021-03-24 14:10:25 +07:00
test Add example and add more tests and fixed function 2021-03-24 14:17:47 +07:00
.env Add dotenv configuration provider 2021-03-24 13:52:20 +07:00
.gitignore Add configuration provider and simple provider functions 2021-03-24 13:24:40 +07:00
analysis_options.yaml Add configuration provider and simple provider functions 2021-03-24 13:24:40 +07:00
CHANGELOG.md Add configuration provider and simple provider functions 2021-03-24 13:24:40 +07:00
pubspec.lock Add dotenv configuration provider 2021-03-24 13:52:20 +07:00
pubspec.yaml Add dotenv configuration provider 2021-03-24 13:52:20 +07:00
README.md Updated the readme 2021-03-24 14:21:36 +07:00

Dart Configurable Environment

  • Allow to get property from env file
  • Cache property for runtime
  • Dotenv file support (use DotenvConfigurationProvider)
  • Support functions (getConfig, getConfigOrNull, hasConfigKey)
  • Support nullsafety (dart 2.12.2+)

Contributors