Top

Medigo APP Documentation

Comprehensive Hospital Management System - Medigo Flutter UI Kit


How to build APK or AAB ?

You can create an APK in two ways:

  1. Using the Command Line
  2. Via Android Studio

  • Please copy the command provided below, paste it into your terminal, and press enter.

  • flutter build apk --release

    By Opening in Android Studio :

    1. Access the Android folder within Android Studio.
    2. Allow time for the Gradle build process to complete.
    3. From the top menu bar, select "Build."
    4. Next, choose "Generate Signed Bundle / APK" from the options.
    5. Choose APK for testing your app and Android App Bundle (AAB) for uploading to the Google Play Store.
    6. After choosing an option, click the 'Next' button.
    7. If you don't already have a key store, click on "Create New" to set one up.

    8. Notes:
      1. Your keystore is essential when uploading your AAB to the Play Store. It is a one-time use; if you upload your app using a particular keystore and then lose it, you won't be able to upload your AAB again with a new keystore.
      Notes:
      1. Ensure you remember your alias name and password, as they are required to generate the SHA key for the release.
    9. Specify the location where you want to save the keystore, enter the keystore password, choose an alias name and alias password, and then click the OK button.

    10. If you’ve already created a keystore, simply choose the file path, enter the alias name and password, and then click the Next button.
    11. Choose "Release" from the Build Variants menu and then click the "Finish" button.

    12. It may take a moment for the APK to be generated. Once it's ready, you can find it located in the bottom right corner.