currency_calculator
currency_calculator A flutter app for calculating exchange rates.
The state management is done using the getx.
debug mode requires build flavor: stub to start.
Store: Google Play
getx検証のため作った為替レートapp
debugモード起動にはbuild flavor:stubにする必要ある
1. release状態でbuildにはkeystoreが必要
keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload
- [project]/currency_calculator/release/にkeystoreとkey.propertiesを入れる
- リリース用のlib/env_config.dart_prodを作る