export PATH=$PATH:/Users/mac/Documents/sandbox/flutter/udemy/flutter/bin
(Flutter Launcher Icons)[https://pub.dartlang.org/packages/flutter_launcher_icons]
flutter packages pub run flutter_launcher_icons:main
TODO:
assets/questions - self made images assets/images - original images
brew install imagemagick
./resize.sh
flutter build apk
flutter build ios --release
APK located at: build/app/outputs/apk/release/app-release.apk
APP located at: build/ios/iphoneos/Runner.app
Change version in pubspec.yaml
version: 1.3.0+4
-> version: 1.3.0+5
e.g. increment last number without it google wont allow you to upload apk complying it already have this version
Go to Release management \ App releases and click on manage link in production track
In production releases window click on "Create release" button
Tap on "Browse files" button and choose apk
open ios/Runner.xcworkspace
menu Product \ Archive \ Distribute App
open source questions and images
codemagic.io
python -c 'import os, json; print json.dumps(os.listdir("assets/questions"))' > assets/questions.json
brew tap dart-lang/dart
brew install dart
git clone https://github.com/flutter/flutter
export PATH=$PATH:~/src/github.com/flutter/flutter/bin
Put key.properties and key.jks to android directory