How to Publish a Flutter Application to Play Store and App Store

Опубликовано: 05 Октябрь 2024
на канале: Google Cloud Events
3,981
27

This video demonstrates how to publish a Flutter application to the Google Play Store and Apple App Store.

We will use the flutter build apk command to build the Android package (.apk) for our application. We then use the flutter build ios command to build the iOS package (.ipa) for our application. Finally, we use the flutter run command to run our application on a physical device or emulator.

See the step-by-step instructions in the accompanying blog: https://goo.gle/flutter-playstore-app...