Flutter to signed APK

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