'How to obfuscate assets file in flutter builds

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.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source