I want to know if code obfuscation is possible as I have some logics which I want to hide when we re release our SDK in pub.dev
I could not find a way to do it. I refered the documentation.
I want to know if code obfuscation is possible as I have some logics which I want to hide when we re release our SDK in pub.dev
I could not find a way to do it. I refered the documentation.
2
Answers
Here is a link to the official documentation https://docs.flutter.dev/deployment/obfuscate
It looks like obfuscating a package is not possible Can obfuscated code for Flutter package or Flutter plugin
It isn’t allowed nor possible to obfuscate packages for pub.dev.
It is supposed to be open source there, by its rules.