ponshu-room-lite/lib/services
Ponshu Developer c8ffe2626f refactor: apply critical code review fixes
- draft_service: GeminiService is now passed as a required parameter
  to analyzeDraft/analyzeAllDrafts instead of being directly instantiated,
  ensuring consistent Riverpod-managed injection
- gemini_provider: correct misleading comment (rate limiting is due to
  static field, not Provider; Provider enables future safe refactoring)
- analysis_cache_service: cleanupExpired now also removes orphaned brand
  index entries from _brandIndexBox after deleting expired _box entries
- analysis_cache_service: keysToDelete type corrected from List<dynamic>
  to List<String>, removing unnecessary as String cast
- analysis_cache_service: _normalizeBrandName comment clarified to note
  that .toLowerCase() only affects ASCII characters, not Japanese text
- camera_screen: add explicit ignore comment with rationale for
  showDialog after async gap (mounted check immediately precedes it)
- camera_screen: remove leaked Cursor instruction comment from line 96

Made-with: Cursor
2026-04-12 00:24:57 +09:00
..
analysis_cache_service.dart refactor: apply critical code review fixes 2026-04-12 00:24:57 +09:00
backup_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
device_service.dart fix: 外部コードレビュー指摘の修正4件 2026-04-11 08:14:37 +09:00
draft_service.dart refactor: apply critical code review fixes 2026-04-12 00:24:57 +09:00
gamification_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
gemini_exceptions.dart fix: code review fixes — data integrity, safety, architecture 2026-04-10 08:26:53 +09:00
gemini_service.dart refactor: code quality improvements based on critical review 2026-04-12 00:09:09 +09:00
image_batch_compression_service.dart feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
image_compression_service.dart feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
image_path_repair_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
level_calculator.dart Fix compilation error in SakePriceDialog 2026-01-13 18:13:23 +09:00
license_service.dart fix: 外部コードレビュー指摘の修正4件 2026-04-11 08:14:37 +09:00
mbti_compatibility_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
mbti_diagnosis_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
mbti_types.dart feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
migration_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
network_service.dart chore: guard DevMenu in release build, clean up Phase/TODO comments 2026-04-05 03:02:01 +09:00
pdf_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
pricing_calculator.dart v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
pricing_helper.dart v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
sake_recommendation_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
sakenowa_auto_matching_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
sakenowa_recommendation_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
sakenowa_service.dart feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
sakenowa_similar_recommendation_service.dart fix: Resolve all flutter analyze warnings (39 -> 0 issues) 2026-02-21 10:32:02 +09:00
shuko_diagnosis_service.dart feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00