Use.env in Production build #80
Unanswered
vignesh-0510
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do we use .env variables for production build?
I have made an app using flutter dotenv and have made a production build i.e. app-release.apk but the .env variables are not working..
Do I have to write .mergeWith(Platform.environment)???
Beta Was this translation helpful? Give feedback.
All reactions