embedded_config 0.1.3
embedded_config: ^0.1.3 copied to clipboard
Allows application configs to be embedded directly into source code at build-time. Configuration can come from JSON files, environment variables, and build.yaml files.
0.1.3 #
- Non-abstract getters are now ignored when generating the embedded config class.
0.1.2 #
- Fix usage of multiple configuration sources with embedded configs mapped to specific paths not working.
0.1.1 #
- Address a few package scoring issues including public API documentation.
0.1.0 #
- Configuration can now be sourced from JSON files and/or inline build.yaml.
- Build errors now specify the language element which caused the error.
- Added support for numeric configuration values.
- Added support for non-string-only lists.
- Added support for environment variables.