Open rupamking1 opened 3 years ago
use:
--dart-define=SECRET=Value
as your env-variable.
use:
--dart-define=SECRET=Value
as your env-variable.
can i hide completely secret key from my app using this method?
use:
--dart-define=SECRET=Value
as your env-variable.
can i hide completely secret key from my app using this method?
Yes, of course. Seems like you never heard of env-variables. They appear nowhere, check this out: stackoverflow and please close this, because this hasn't anything to do with the package :)
is that works on release mode.
is that works on release mode.
Of course! It's especially made for releases and flavoured apps. Why don't you just try ;)
how to hide YOUR_CLIENT_SECRET from my app