ponshu-room-lite/lib
Ponshu Developer b600579123 feat: Redesign Lite version Pro-lock UX with crown badge and dialog
## UI/UX Improvements (User Feedback Implementation)
- Add crown badge to Pro-locked tab icons (Instagram, Analytics, Scan)
- Replace full-screen ProLockedScreen with compact AlertDialog
- Prevent tab navigation to locked features (show dialog instead)
- Follows industry standards (Spotify, Notion, Canva pattern)

## User Experience Benefits
1. Clear visual indicator (crown badge) BEFORE tapping
2. Lightweight dialog instead of full-screen transition
3. No page navigation = smoother, less frustrating experience
4. Reduced "disappointment factor" through expectation management

## Technical Changes
- Added `_IconWithCrownBadge` widget for tab icons
- Added `_showProOnlyDialog()` method for Pro-only feature alerts
- Modified `onDestinationSelected` to intercept locked tab taps
- Simplified screens list (locked tabs show HomeScreen dummy)

## Build Optimization
- Release APK size: 47.1MB (Lite) / 47.2MB (Pro)
- Both versions optimized with tree-shaking and R8
- Single architecture (arm64) for optimal size

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-31 08:00:15 +09:00
..
l10n feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
models feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
providers feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
screens feat: Redesign Lite version Pro-lock UX with crown badge and dialog 2026-01-31 08:00:15 +09:00
services feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
theme feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
utils feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
widgets feat: Add Pro version lock mechanism for Lite version preparation 2026-01-30 17:34:39 +09:00
main.dart debug: Add debug logging for Google Drive upload issues 2026-01-31 01:00:37 +09:00
secrets.dart feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00
secrets.local.dart.example feat: Code quality improvements (v1.0-full-with-qr) 2026-01-30 00:54:22 +09:00