Flutter to signed APK

Two Key factor to build a signed APK

Flutter to signed APK
Photo by 戸山 神奈 / Unsplash

Key

the key file used to sign the APK (key.jks)

  • location: anywhere, such as /Users/user/location/key.jks

Key Property

the key properties for using the key file.(key.properties)

  • location: /android/key.properties
  • properties:
    • storePassword=STPWD
    • keyPassword=PWD
    • keyAlias=KEY_ALIAS_OF_YOURS
    • storeFile=/Users/user/location/key.jks