Start a build for
All platforms
iOS
Android
Platform is a parameter on the build, not a separate app. All platforms fans out to 2 parallel builds, one per target.
Build targets · each target keeps its own workflow, configurations and signing
iOS
Flutter · Runner.xcworkspace
Open
Branch
main
Workflow
Build · Test · Sign · TestFlight
Last build
#1042 passed
Android
Flutter · app module
Open
Branch
main
Workflow
Build · Test · Sign · Play internal
Last build
#1041 passed

 "Open" drills into the target inside this same app shell, no context switch. Nothing about builds, workflows, configurations or signing changes underneath. The application is only the umbrella that groups the two platform targets.