You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using .env files should be included in app while building. But when we decompile apps, we may get the data from the built apk. This may lead to data-breach/app compromise.
Describe the solution you'd like
Using envied may help in sorting this issue. The env data will get encoded/obfuscated during build time.
Describe alternatives you've considered
Using --dart-define/--dart-define-from-file also works.
Additional context
This is the current result of using env.
Please don't encourage using .env files for practices too.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Using
.env
files should be included in app while building. But when we decompile apps, we may get the data from the built apk. This may lead to data-breach/app compromise.Describe the solution you'd like
Using
envied
may help in sorting this issue. The env data will get encoded/obfuscated during build time.Describe alternatives you've considered
Using
--dart-define
/--dart-define-from-file
also works.Additional context
This is the current result of using env.
Please don't encourage using
.env
files for practices too.The text was updated successfully, but these errors were encountered: