java-james / flutter_dotenv

Loads environment variables from `.env`.
https://pub.dartlang.org/packages/flutter_dotenv
MIT License
209 stars 46 forks source link

Use .env with Bitrise #52

Open StankoKostic opened 2 years ago

StankoKostic commented 2 years ago

Hello flutter_dotenv team,

I plan on using .env only locally, as instructed. My question is whether the implementation would work if I add those .env values in Secrets, or $ Env Vars section of Bitrise while building through the CI/CD flow? Or is there a better way to approach this problem?

Thank you in advance

MuTe33 commented 2 years ago

Consider this https://github.com/java-james/flutter_dotenv/issues/50#issuecomment-1059777995