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.
Install on Android
Section titled “Install on Android”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.
Prepare for the stores
Section titled “Prepare for the stores”LoopCodeLab can generate a Google Play submission scaffold with CI and an iOS TestFlight scaffold using Codemagic. You control the final store submission.
Add a backend when you need one
Section titled “Add a backend when you need one”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.