How to properly store secret inside a flet android app #4788
-
QuestionI am building a simple app using flet and want to store some non critical secrets in the apk, I dont want to make this overly complicated by storing the storing the secrets remotely. What is the best approach that I can take in this case? Thanks in advance I am very new to android development and chose flet because it was very fast to get started Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Answered by
FeodorFitsner
Jan 27, 2025
Replies: 1 comment
-
Looks like we need to add this package to Flet: https://pub.dev/packages/flutter_secure_storage Issue: #4789 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ndonkoHenri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like we need to add this package to Flet: https://pub.dev/packages/flutter_secure_storage
Issue: #4789