Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pub/packages/eqapi_types/depen…
Browse files Browse the repository at this point in the history
…dencies-b16d31b624
  • Loading branch information
YumNumm authored Sep 1, 2024
2 parents 3d8920c + 9ab7a77 commit e6f09d8
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.24.0"
"flutter": "3.24.1"
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dart.flutterSdkPath": ".fvm/versions/3.24.0",
"dart.flutterSdkPath": ".fvm/versions/3.24.1",
"search.exclude": {
"**/.fvm": true,
"*.geojson": true
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,23 @@ EQMonitorは、日本全国の地震情報をいち早く受信できるアプ
- WebSocket APIは公開していないため、リアルタイムでの緊急地震速報の受信などはできません。

1. `fvm flutter run` でアプリケーションを起動します。


## アーキテクチャ

- アプリケーション
- 状態管理: Riverpod, Flutter Hooks
- データ取得: Dio, retrofit, eqapi_client(自作)
- JSONシリアライズ/デシリアライズ: freezed, json_serializable
- マップ: maplibre_gl

- エッジサーバサイド(API)
- 実行環境: Cloudflare Workers
- データベース: Cloudflare D1 + Supabase
- キャッシュ: Cloudflare KV
- WebSocket(Fallback): Cloudflare Durable Objects

- バックエンド(通知配信, DB追加, データ加工, WebSocket, 揺れ検知)
- 実行環境: Oracle Cloud Infrastructure Compute Instance, Docker Compose(12個のコンテナを管理)
- データベース(キャッシュ用): PostgreSQL
- 言語: Node.js(TS), Bun(TS), Golang, C#
2 changes: 1 addition & 1 deletion app/lib/core/api/api_authentication_payload.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ command:
# この機能を無効にすることで、CIの安定性が向上します。
runPubGetInParallel: false
environment:
sdk: ^3.5.0
sdk: ^3.5.1
flutter: ^3.24.1


scripts:
analyze:
Expand Down

0 comments on commit e6f09d8

Please sign in to comment.