Mobile Export

It simplifies the often-complex process of getting an app onto major app stores.

  1. Publish to Web First:

    Ensure your app is published to the web to finalize the code structure before starting the mobile export process.

  2. Access Mobile Export Settings:

    Go to the Mobile Export feature and input the essential details: App Name, App ID, and Version number for store compliance.

  3. Customize Visual Assets:

    Upload your branded images for the App Icon, Splash Screen, and Adaptive Icon, then set the Primary and Background Theme Colors.

  4. Generate the Build File:

    Click "Export" or "Generate Zip," and the system will compile all assets and code into a single, comprehensive ZIP file.

  5. Publish to Marketplaces:

    Include your signing certificate within the exported ZIP file. After adding this essential security information, run the ZIP package using your local Flutter setup to compile the native app into its final format (IPA for iOS, APK/AAB for Android) before uploading it to the App Store or Play Store.

Last updated