Skip to content

quotto/throwtrash-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

今日ゴミ出し(iOSアプリ)

iOS用のゴミ出しアプリです。Flutterで作成していますが訳あってiOSのみの対応です。

AppStoreでアプリを公開しています。

開発メモ

ビルド

  • ビルド前にios/.envファイルを作成してください。このファイルはXCode内のRun Scriptで読み込まれます。
  • ビルド時に必要なパラメータはBuild SettingsタブのUser-Definedセクションに追加してください。
  • ビルドのコマンドはflutter build ios --flavor development(or production) --debug(or --release) --dart-define=FLAVOR=development(or production) --dart-define=alarmApiKey=xxxxxxxxxです。

アプリ内で利用する外部パラメーター

  • 環境変数はビルドパラメータに--dart-define=KEY=VALUEを追加します。値の読み込みはlib/repository/environment_provider.dartを利用します。
  • リポジトリコミット可能なパラメーター値はjson/{flavor}/config.jsonに保存します。これらの値はlib/repository/confiv_provider.dartを利用します。

その他

  • Mockの追加やJsonSerializableの追加時: dart run build_runner build --delete-conflicting-outputsを実行
  • アイコンの生成: dart run flutter_launcher_icons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors