Ponshu Developer
|
1bf59e02cc
|
fix(stability): エラーハンドリング強化・クラッシュ防止 (v1.0.45)
- backup_service: 復元ループを per-item try-catch に変更
一件のJSONパース失敗でも他のアイテムが正常に復元されるよう修正
rating/markup/score の num→double キャスト安全化も同時適用
- camera_analysis_mixin: cast<String>() を whereType<String>() に変更
旧Hiveデータや型不一致でも新規登録がクラッシュしなくなる
- add_set_item_dialog: 空catchブロックにSnackBar通知を追加
画像選択失敗時にユーザーへフィードバックを表示するよう修正
- Image.file() errorBuilder を6ファイルに追加
sake_3d_carousel / sake_3d_carousel_with_reason / sake_search_delegate /
sake_detail_sliver_app_bar (×2) / sake_photo_edit_modal /
sakenowa_ranking_section — 画像ファイルが削除済みでも黒画面/クラッシュなし
- gemini_service: Device ID の debugPrint を kDebugMode ガードに変更
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-23 07:31:21 +09:00 |
Ponshu Developer
|
dd9b814174
|
refactor: TextEditingControllerリーク解消・エラー正規化・デザイントークン整備
- sake_detail_screen: _showTagEditDialog/TextEditDialog/BreweryEditDialog に
try/finally + controller.dispose() を追加(メモリリーク修正)
- sake_detail_screen: State フィールドを build() より前に移動
- 生例外の SnackBar 露出を人間可読メッセージに正規化(6ファイル・10箇所)
- camera_analysis_mixin: Colors.orange を appColors.warning に置換、
ガミフィケーション色を brandAccent/success/textTertiary に統一
- sake_detail_screen: ハードコード hex 色グラデーションをトークン化
- scan_screen / pdf_preview_screen / add_set_item_dialog: 絵文字 debugPrint を除去
- sake_basic_info_section: unnecessary_non_null_assertion (warning) を解消
- license_service: revoked 永続キャッシュの意図をコメントで明確化
- dart analyze: warning 0 / error 0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-17 23:48:32 +09:00 |
Ponshu Developer
|
d89b6917fa
|
feat: v1.0.16 brushup + Synology Proxy integration
- fix: Replace hardcoded colors with AppColors theme
- refactor: Extract SakePhotoEditModal and SakeMbtiStampSection
- feat: Add taste chart manual editing feature
- test: Add unit tests for SakeItem and AnalysisCacheService (14 tests)
- feat: Add Synology AI Proxy server (Node.js/Docker)
- chore: Make useProxy configurable via dart-define
- chore: Add .apk/.aab/.ipa to .gitignore
- docs: Add proxy setup guide and project roadmap
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-16 00:13:12 +09:00 |