Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/francessco121/dart-embedded-config

Allows Dart application configurations to be embedded directly into source code at build-time.
https://github.com/francessco121/dart-embedded-config

build-environment builder configuration dart dartlang

Last synced: 30 days ago
JSON representation

Allows Dart application configurations to be embedded directly into source code at build-time.

Awesome Lists containing this project

README

        

# dart-embedded-config

A set of packages for embedding application configuration into source code at build-time. These packages can be used to solve the problem of needing different configurations per build environment.

See each package for more information:
- [embedded_config](./embedded_config) - The primary code generation package.
- [embedded_config_annotations](./embedded_config_annotations) - The supporting annotations package.