development:tools:flutter_development_machine:start

This is an old revision of the document!


Setting Up Flutter Develop Machine

  • Get the correct branch from SmartGit (you may create a new branch from here)
  • Download the corresponding Google Play upload key from Android App Keystore
  • Place the .jks in a folder such as '~/keystore/'
  • Create a file in project folder/android/ called key.properties and write in the file
storePassword=<password>
keyPassword=<password>
keyAlias=key
storeFile=<file path to .jsk file>
  • development/tools/flutter_development_machine/start.1626945930.txt.gz
  • Last modified: 2021/07/22 17:25
  • by roy.lee