stacked
stacked copied to clipboard
[feature]: Generate EnvironmentService from config.environment.json
Is your feature request related to a problem? Please describe.
No response
Describe the solution you would like
When we have a dart-define-json-file in the project with file name config.[environment].json we should read that file and create an EnvironmentService with the appropriate properties to read that file.
Technical Steps
- Read the root folder for
config.*.json - Read the config file
- Create the
EnvironmentService - Create the constants for each key
- Create public static properties that reads the key from
DartEnvironment
Additional Context
No response