Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Automate Flutter Apps Deployment to App Stores ...

Automate Flutter Apps Deployment to App Stores (By: Atiq Samtia) - Google I/O Extended Lahore 2023

Talk by Atiq Samtia (https://www.linkedin.com/in/atiqsamtia/) at Google I/O Extended Lahore 2023 by GDG Lahore.

GDG Lahore

August 26, 2023
Tweet

More Decks by GDG Lahore

Other Decks in Programming

Transcript

  1. Atiq Samtia • Trainer @ National Freelance Training Program •

    Co-Organizer at Flutter Lahore • Tech Speaker • Software Engineer (Web & Mobile) • Runs a software agency named ioi Technologies in Lahore • Revolutionizing real-estate agent’s operations via mobile apps (Bahria Plus & DHA Plus) [email protected]
  2. Deployment Strategies 2 1 Auto Automatic deploy to your stores

    whenever you make a change Manual build apk or appbundle manually and upload to the store
  3. Manual Deployment • flutter build appbundle • create a release

    on playstore • upload appbundle • Xcode build app • Validate app • Upload to testFlight • Publish to iOS • flutter build web • firebase deploy --only hosting
  4. • Generate a Credentials json file ◦ follow these steps

    to generate : https://docs.codemagic.io/flutter-publishing/publishing-to-google-play/ Setup Google Play
  5. • Creating an App Store API key ◦ follow these

    steps to generate : https://docs.codemagic.io/flutter-publishing/publishing-to-app-store/ Setup Apple AppStoreConnect