I recently read a couple of blogs and realized that apart from obsufication there is no proper way by which we can prevent the reverse engineering of a Flutter app.
Is there any manual or proper way to ensure that atleast the encryption logic of storing certain encrypted values in Sharedpreferences remains untraceable or impossible to decode/know?
It would be great if there could be some way to make the entire logic of the app untraceable.