Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 943 Bytes

File metadata and controls

35 lines (24 loc) · 943 Bytes

Web Release Checklist

公開先ドメインは https://app.frelocator.riumu.net/ を前提にする。

Build

flutter build web

ルート配信以外で公開する場合だけ --base-href を付ける。

flutter build web --base-href /subpath/

Deploy

  • build/web/ の中身をそのまま静的ホスティングへ配置する
  • index.html への SPA fallback を有効にする
  • HTTPS を有効にする
  • app.frelocator.riumu.net をホスティング先へ向ける

Current metadata

  • App name: FRELOCATOR
  • Canonical URL: https://app.frelocator.riumu.net/
  • Theme color: #CA6E44
  • Description: Plan daily schedules, organize tasks, and review each week in one place.

Remaining non-web blockers

  • Android release signing passwords must be kept safe with the local keystore
  • macOS distribution method still needs to be chosen App Store or notarized direct distribution