Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 919 Bytes

File metadata and controls

38 lines (24 loc) · 919 Bytes

Pre-launch Android Deploy Todo List:

  • Follow the steps in Google Play console

  • Github link about privacy policy of the app

  • Short description of the app

  • Full description of the app

  • App Icon image 512x512

  • Feature Graphic image (app icon plus some text 1024x500)

  • Video of app in youtube link

  • Screenshots:

  • install adb

  • screenshots terminal command: adb exec-out screencap -p > fileX.png

  • tablet screenshot

  • Create a release app: https://docs.flutter.dev/deployment/android

    • Create an upload keystore:
    • Reference the keystore from the app
    • Git ignore the android/key.properties file
    • Configure signing in gradle
  • Cleaning app and build bundle:

    • flutter clean
    • flutter pub get
    • flutter build appbundle
  • Production countries:

    • In Google Play console unde Production, add all the countries for release
  • Rollout to Production to release the app and wait