Code Quality Improvements: - Add vector_math to pubspec.yaml (fixes depend_on_referenced_packages) - Remove deprecated tutorial fields from UserProfile (hasSeenCameraTutorial, etc.) - Regenerate user_profile.g.dart (Hive adapter) - Suppress Share API deprecation warning in sommelier_screen.dart - Fix unnecessary_getters_setters in sake_item.dart with ignore comment - Fix unnecessary_brace_in_string_interps in sakenowa service - Fix unnecessary_underscores warnings (_, __ -> err, stack) Configuration: - Exclude scripts/ and tools/ from analyzer (avoid_print in dev tools) - Add analyze_output*.txt to .gitignore Result: flutter analyze now reports "No issues found!" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| android | ||
| assets | ||
| docs | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| scripts | ||
| test | ||
| tool | ||
| tools | ||
| web | ||
| windows | ||
| .cursorrules | ||
| .gitignore | ||
| .metadata | ||
| AI_CONSULTATION_PROMPT.md | ||
| AI_MASTER_ROADMAP.md | ||
| README.md | ||
| SECURITY_SETUP.md | ||
| analysis_options.yaml | ||
| flutter_native_splash.yaml | ||
| l10n.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| 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.