No description
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> |
||
|---|---|---|
| android | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| web | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| generate_icon.html | ||
| icon.jpg | ||
| icon.png | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
payfrit_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.