I was looking for a way to obfuscate my Android APK/AppBundle, then I found this command:
flutter build apk --obfuscate --split-debug-info=/<project-name>/<directory>
But it doesn't have keystore information so I can't publish this file on the Google Play Console. Then, I found this post for building the app with keys but then it doesn't use obfuscation.
So, how do I build a release version of my app with Dart code obfuscation?