December 7
Recover .jks file to update App on Google Play
For any reason that you might lose your .jks file to update your current app on google play, you can use following steps to recover or regenerate a new jks.
View this link and follow the steps to recover the .jks: https://medium.com/@doolatunde/recover-jks-file-to-update-app-on-google-play-1252d08bae16
...
July 13
Flutter notes
1. setup coding env. for Andriod & iOS
Anrioid
download Android stuidio and install it: https://developer.android.com/studio and download for Flutter for Mac: https://flutter.dev/docs/get-started/install/macos
(tip: you might want to use https://code.visualstudio.com/docs/?dv=osx for IDE)
iOS
note: you might have to run to get your code for xocde:
$ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
$ sudo xcodebuild -license
Set up the iOS simulator
$ open -a Simulator
Ensure that homebrew is up to date:
brew update
brew install --HEAD usbmuxd
brew link...