Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1012 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 1012 Bytes

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にする必要ある スクリーンショット 2023-03-05 23 44 44

Build an release Android app

1. release状態でbuildにはkeystoreが必要

  keytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload

  1. [project]/currency_calculator/release/にkeystoreとkey.propertiesを入れる
  2. リリース用のlib/env_config.dart_prodを作る