How to obfuscate assets file in flutter builds

Viewed 459

After building an ipa or apk release with flutter I can easily track their assets by changing them into zip. Therefore anyone can access to the app assets. Is there any way to obfuscate or encrypt my assets files?

Any help is appreciated. Thank you.

0 Answers
Related