Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to hide YOUR_CLIENT_SECRET from my app #19

Open
rupamking1 opened this issue Jan 11, 2021 · 5 comments
Open

how to hide YOUR_CLIENT_SECRET from my app #19

rupamking1 opened this issue Jan 11, 2021 · 5 comments

Comments

@rupamking1
Copy link

how to hide YOUR_CLIENT_SECRET from my app

@Ahmadre
Copy link

Ahmadre commented Feb 20, 2021

use:

--dart-define=SECRET=Value

as your env-variable.

@rupamking1
Copy link
Author

use:

--dart-define=SECRET=Value

as your env-variable.

can i hide completely secret key from my app using this method?

@Ahmadre
Copy link

Ahmadre commented Feb 21, 2021

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 :)

@rupamking1
Copy link
Author

is that works on release mode.

@Ahmadre
Copy link

Ahmadre commented Feb 23, 2021

is that works on release mode.

Of course! It's especially made for releases and flavoured apps. Why don't you just try ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants