payfrit-app/lib/services
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
..
api.dart Fix order status polling and improve notifications 2026-01-01 19:48:42 -08:00
auth_storage.dart Enhance UI with Material Design 3 and fix cart quantity handling 2025-12-31 09:40:23 -08:00
beacon_permissions.dart Fix iOS beacon permissions for location and Bluetooth 2026-01-08 15:05:11 -08:00
order_polling_service.dart Fix order status polling and improve notifications 2026-01-01 19:48:42 -08:00
stripe_service.dart Add Stripe payment integration 2026-01-05 10:46:13 -08:00