There is a simple procedure for obfuscation of the flutter app, you only need to run the build command for the release version using the –obfuscate flag combined with the –split-debug-info flag . Once you’ve obfuscated your binary, save the symbols file. You need this if you later want to de-obfuscate a stack trace.