Skip to content

Mobile apps

Mobile builds use Flutter and target Android and the web. The web build is your live preview, ready as soon as the build finishes.

Goal What to request What you receive
Review the experience Standard mobile build Live web preview
Test on Android hardware APK Drive install link and QR code
Prepare a Play Store release Google Play scaffold CI and submission-ready project structure
Prepare an iOS beta TestFlight scaffold Codemagic workflow and signing setup
Mobile build branching from Flutter source into web preview, Android package, Play Store, and iOS TestFlight delivery paths
A single Flutter project can branch into preview, device testing, and store preparation.

When you are ready to test on a device, request an APK. LoopCodeLab builds it on demand and delivers an install link with a QR code through Google Drive.

LoopCodeLab can generate a Google Play submission scaffold with CI and an iOS TestFlight scaffold using Codemagic. You control the final store submission.

Connect Firebase when your app needs accounts, cloud sync, or push notifications. For a local-only app, the build can use on-device storage instead.

Store submission remains under your control. Credentials and store approvals are not required for the first web preview.