We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Potential candidates for this
flutter_dotenv
The text was updated successfully, but these errors were encountered:
I think this raises a security issue if we're planning on adding sensitive data to the .env file because the .env will be included in the app bundle.
However it's still better than adding the secrets to the code itself, because now production secrets will be hidden from devs.
The ultimate solution would be not to store secrets on FE at all, and store them on BE instead.
java-james/flutter_dotenv#51 (comment)
Sorry, something went wrong.
Another candidate proposed by Pritam: https://pub.dev/packages/envied
No branches or pull requests
Potential candidates for this
flutter_dotenv
The text was updated successfully, but these errors were encountered: