I have a general question re security using env variables with this package - If semi important credentials are stored in environment variables within a flutter app, how "secure" is it?
- What would it take for the end user to view them? (they're only used in backend interactions with services)
- Would it require a decompile/reverse enginerring of the app?
- Is there a way to harden to resist attack?
I have a general question re security using env variables with this package - If semi important credentials are stored in environment variables within a flutter app, how "secure" is it?