Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/francessco121/dart-embedded-config
- Owner: Francessco121
- License: mit
- Created: 2018-09-08T01:49:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T01:06:59.000Z (over 1 year ago)
- Last Synced: 2024-10-01T16:39:53.859Z (about 1 month ago)
- Topics: build-environment, builder, configuration, dart, dartlang
- Language: Dart
- Homepage: https://pub.dev/packages/embedded_config
- Size: 113 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.