payfrit-app/lib
John Mizerek ef5609ba57 Fix iOS beacon permissions for location and Bluetooth
iOS Permissions:
- Add missing Info.plist keys for location and Bluetooth usage descriptions
- Configure Podfile to enable PERMISSION_LOCATION and PERMISSION_BLUETOOTH
- Fix beacon_permissions.dart to use correct iOS permission (Permission.bluetooth)
  instead of Android-only bluetoothScan/bluetoothConnect

The permission_handler plugin requires platform-specific handling:
- iOS: Uses Permission.bluetooth for Bluetooth access
- Android: Uses Permission.bluetoothScan and Permission.bluetoothConnect

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 15:05:11 -08:00
..
app Add custom tip, order type selection, and menu improvements 2026-01-07 20:31:25 -08:00
models Add app branding, splash screen, and fix modifier validation 2026-01-05 01:55:13 -08:00
screens Add custom tip, order type selection, and menu improvements 2026-01-07 20:31:25 -08:00
services Fix iOS beacon permissions for location and Bluetooth 2026-01-08 15:05:11 -08:00
widgets Add polling service for order status notifications 2025-12-31 16:07:23 -08:00
main.dart Add Stripe payment integration 2026-01-05 10:46:13 -08:00