Go to file
Ponshu Developer a1b25bf3a7 fix: Add missing detail fields to HiddenSpecs initialization
Fixed bug where AI analysis detail fields (type, alcoholContent, polishingRatio,
sakeMeterValue, riceVariety, yeast, manufacturingYearMonth) were not being saved
to HiddenSpecs, causing them to display as "-" in the UI.

Root cause: camera_screen.dart was only passing 3 fields (description, tasteStats,
flavorTags) to HiddenSpecs constructor, missing 7 detail fields that Gemini API
was successfully returning.

Verified: All detail fields now display correctly after AI analysis.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-31 00:06:48 +09:00
.claude feat: Add Pro version lock mechanism for Lite version preparation 2026-01-30 17:34:39 +09:00
.github/workflows Step 2: Add GitHub Actions for automated quality checks 2026-01-12 00:53:49 +09:00
android fix(build): Remove unused dependencies, enable MultiDex, disable R8 temporarily, patch google-services.json 2026-01-30 20:21:27 +09:00
assets v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
docs feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
ios feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
lib fix: Add missing detail fields to HiddenSpecs initialization 2026-01-31 00:06:48 +09:00
linux v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
macos v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
test v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
tool Code Cleanup: Fix analyzer issues (unused vars, dead code, logic, pdf_service restoration) 2026-01-13 10:33:13 +09:00
tools feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
web feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
windows v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
.cursorrules feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
.gitignore feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
.metadata v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
ANTIGRAVITY_PROMPT.md v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
ARCHITECTURE_DECISION_RECORD_bk.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
COMPREHENSIVE_CODE_REVIEW.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
CRITICAL_BUG_IMAGE_DELETION.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
CommonSpecification.md v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
DAY2_COMPLETION_REPORT.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
DAY2_SECURITY_CHECKLIST.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
DAY4_COMPLETION_REPORT.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
DAY5_CRITICAL_FIXES_REPORT.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
DAY5_FINAL_REPORT.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
EMERGENCY_IMAGE_REPAIR.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
FINAL_REQUIREMENTS.md v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
GEMINI_PRO_SETUP.md v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
PERFORMANCE_ANALYSIS.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
README.md v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
README_SYNOLOGY.md Step 2 Doc: Add Synology setup guide 2026-01-12 15:47:27 +09:00
RECOMMENDATION_EXPANSION_PLAN.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
RELEASE_PLAN_10DAYS.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
REMAINING_TASKS_DAY5.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
SECURITY_SETUP.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
START_HERE.md v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
START_HERE_FINAL.md v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
UI_UX_DECISION_GUIDE.md v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
all_models.json feat: enhance AI spec extraction 2026-01-16 00:53:44 +09:00
analysis_options.yaml v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
analysis_output.txt v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
analyze_output.txt feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
debug_steps.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
flutter_native_splash.yaml feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
keytool_output.txt v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
l10n.yaml feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
models.txt feat: enhance AI spec extraction 2026-01-16 00:53:44 +09:00
pubspec.lock fix(build): Remove unused dependencies, enable MultiDex, disable R8 temporarily, patch google-services.json 2026-01-30 20:21:27 +09:00
pubspec.yaml feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
screenshot.png feat: enhance AI spec extraction 2026-01-16 00:53:44 +09:00
walkthrough.md Code Cleanup: Fix analyzer issues (unused vars, dead code, logic, pdf_service restoration) 2026-01-13 10:33:13 +09:00

README.md

ponshu_room_lite

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.