## 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> |
||
|---|---|---|
| .. | ||
| l10n | ||
| models | ||
| providers | ||
| screens | ||
| services | ||
| theme | ||
| utils | ||
| widgets | ||
| main.dart | ||
| secrets.dart | ||
| secrets.local.dart.example | ||