- BeaconScanner.swift: Native scanner using CBCentralManager
- AppDelegate.swift: Wire up MethodChannel (same API as Android)
- beacon_channel.dart: Support iOS in isSupported check
- beacon_scanner_service.dart: Use native scanner on both platforms
iOS now gets the same fast 2-second scan as Android.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update beacon_scan_screen and beacon_scanner_service to use native
Android scanner with Flutter plugin fallback for iOS
- Add native permission checking for fast path startup
- Simplify splash screen: remove bouncing logo animation, show only
spinner on black background for clean transition
- Native splash is now black-only to match Flutter splash
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Features:
- Beacon scanner service for detecting nearby beacons
- Beacon cache for offline-first beacon resolution
- Preload cache for instant menu display
- Business selector screen for multi-location support
- Rescan button widget for quick beacon refresh
- Sign-in dialog for guest checkout flow
- Task type model for server tasks
Improvements:
- Enhanced menu browsing with category filtering
- Improved cart view with better modifier display
- Order history with detailed order tracking
- Chat screen improvements
- Better error handling in API service
Fixes:
- CashApp payment return crash fix
- Modifier nesting issues resolved
- Auto-expand modifier groups
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>