Flutter & Codemagic: Manual Android code signing via Flutter Workflow Editor

Flutter & Codemagic: Manual Android code signing via Flutter Workflow Editor

QuickTips video: Learn how to manually code sign Flutter apps via Codemagic's Flutter Workflow Editor.

🔬🔬🔬PREREQUISITES:🔬🔬🔬

Sample Project: https://github.com/flutterfromscratch/Codemagic-Android-Manual-Codesigning
Post-publish script: jarsigner -verify -verbose -certs $FCI_BUILD_OUTPUT_DIR/*.apk
Official Android Code signing Documentation: https://docs.codemagic.io/code-signing/android-code-signing/

💥ANDROID CODE SIGNING💥
Code signing is required for distributing your Android app to Google Play store. It enables to identify who developed the app and ensure that all updates to the app come from you.

This guide only applies to workflows configured with the Flutter workflow editor.