Go to file
Ponshu Developer aa933cf1e3 refactor: P2/P3-Step1 — camera_screen Mixin分離 + license storeURL修正
P2:
- license_screen.dart: storeUrl を store.posimai.soar-enrich.com に統一(TODO解消)

P3 Step1:
- camera_analysis_mixin.dart 新規作成: analyzeImages() + _performSakenowaMatching()
  を CameraAnalysisMixin<T extends ConsumerStatefulWidget> on ConsumerState<T> に切り出し
- camera_screen.dart: 1031行 → 718行(-313行)
  不要なimport 10個削除、Mixin適用、フィールド/メソッド移動

Note: Dart ライブラリプライベート制約のため Mixin の公開 API は
capturedImages / quotaLockoutTime / analyzeImages(アンダースコアなし)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 13:20:53 +09:00
.github/workflows feat: ライセンス管理システムを追加(Pro機能解放型) 2026-04-11 00:05:53 +09:00
android fix: Correct key.properties path in build.gradle.kts and docs 2026-02-16 19:17:41 +09:00
assets v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
docs docs: add DESIGN.md for UI/UX principles and customization guidelines 2026-04-16 13:10:48 +09:00
ios feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
lib refactor: P2/P3-Step1 — camera_screen Mixin分離 + license storeURL修正 2026-04-16 13:20:53 +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
scripts feat: ライセンス管理システムを追加(Pro機能解放型) 2026-04-11 00:05:53 +09:00
test feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +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 fix: address code review findings - crash fixes, proxy OCR accuracy, lint cleanup 2026-04-15 13:30:00 +09:00
web fix: increase curl upload timeout 300s -> 900s for large APK uploads 2026-04-16 09:28:51 +09:00
windows refactor: code quality improvements based on critical review 2026-04-12 00:09:09 +09:00
.cursorrules feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
.env.example fix: strengthen AI label recognition prompt and repo cleanup 2026-04-11 15:46:44 +09:00
.gitattributes fix: strengthen AI label recognition prompt and repo cleanup 2026-04-11 15:46:44 +09:00
.gitignore refactor: code quality improvements based on critical review 2026-04-12 00:09:09 +09:00
.metadata v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
AI_CONSULTATION_PROMPT.md feat: v1.0.16 brushup + Synology Proxy integration 2026-02-16 00:13:12 +09:00
AI_MASTER_ROADMAP.md docs: Update roadmap debt list and add Pro build instructions 2026-02-17 00:46:57 +09:00
README.md v1.0.8 - Original (Ponshu Room Lite MVP Complete) 2026-01-11 17:17:29 +09:00
SECURITY_SETUP.md feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
analysis_options.yaml fix: Resolve all flutter analyze warnings (39 -> 0 issues) 2026-02-21 10:32:02 +09:00
build_4_apks.sh feat: hide business mode toggle in consumer APK, update 4-variant build script 2026-04-05 10:11:54 +09:00
build_business.sh feat: add IS_BUSINESS_APP build flag for consumer/business APK split 2026-04-04 23:13:40 +09:00
build_consumer.sh feat: add IS_BUSINESS_APP build flag for consumer/business APK split 2026-04-04 23:13:40 +09:00
build_consumer_apks.ps1 chore: Phase 1 code quality improvements - POSIMAI_BASE_URL explicit, no emoji in logs, model comment update 2026-04-12 13:23:52 +09:00
flutter_native_splash.yaml feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
l10n.yaml feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
pubspec.lock fix: Resolve all flutter analyze warnings (39 -> 0 issues) 2026-02-21 10:32:02 +09:00
pubspec.yaml fix: prevent EXP farming on cache hits + fix tasteStats validation 2026-04-16 10:46:42 +09:00
release_to_gitea.ps1 fix: increase curl upload timeout 300s -> 900s for large APK uploads 2026-04-16 09:28:51 +09:00
screenshot.png feat: enhance AI spec extraction 2026-01-16 00:53:44 +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.