dart_environment_config
dart_environment_config copied to clipboard
feature suggestion: export to .env change to import from .env
It is so confusing that this package support a feature as export to .env.
Where can we get the env variables locally or in cloud? It must be some common settings, like .env files or CI variables. It is unnecessary to export it, but I often need to import from a .env that is ignored by git and different in local env and cloud env.
With import feature, locally I can use .env file to export the env variables, and user CI env variables in CI pipelines.
Hi. Sorry, for some reason I missed this issue. Could you explain what issue is, since I'm not sure that I'm following?