- 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 |
||
|---|---|---|
| .github/workflows | ||
| android | ||
| assets | ||
| docs | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| scripts | ||
| test | ||
| tool | ||
| tools | ||
| web | ||
| windows | ||
| .cursorrules | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| .metadata | ||
| AI_CONSULTATION_PROMPT.md | ||
| AI_MASTER_ROADMAP.md | ||
| README.md | ||
| SECURITY_SETUP.md | ||
| analysis_options.yaml | ||
| build_4_apks.sh | ||
| build_business.sh | ||
| build_consumer.sh | ||
| build_consumer_apks.ps1 | ||
| flutter_native_splash.yaml | ||
| l10n.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| release_to_gitea.ps1 | ||
| screenshot.png | ||
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.