Skip to main content

Posts

Showing posts with the label part4

release flutter App to play store (part3 ii) Signing the app To publish on the Play store

Step- 3 subscribing the app   To publish on the Play Store,   Once you've added the below law to thebuild.gradle train, you need to produce akey.properties train to store the keystore information. This train should be created in the same directory as thebuild.gradle train.   In thekey.properties train, add the following information    storePassword =   keyPassword =   keyAlias =   storeFile =   Replace,,, and with the factual information.   Make sure to keep the keystore train and thekey.properties file secure and don't partake them with others.   Now, to make the release interpretation of the app, run the following command in the terminal     flutter figure apk-- release   This will produce a release interpretation of the app in the figure/ app/ labors/ flutter- apk directory.   induce a keystore train- this is a train that contains a private key u...