payfrit-user/android
John Mizerek bc81ca98b0 Add native Kotlin beacon scanner for faster detection
- Add AltBeacon library for native Android beacon scanning
- Create BeaconScanner.kt with 2-second scan duration
- Set up MethodChannel bridge in MainActivity.kt
- Add beacon_channel.dart for Dart/native communication
- Update splash_screen.dart to use native scanner on Android
- Keep dchs_flutter_beacon for iOS compatibility

Native scanner eliminates Flutter plugin warmup overhead.
Beacons broadcast at 200ms, so 2s scan captures ~10 samples.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 00:53:46 -08:00
..
app Add native Kotlin beacon scanner for faster detection 2026-01-27 00:53:46 -08:00
build/reports/problems Fix nested modifier saving with proper parent tracking 2025-12-30 14:40:55 -08:00
gradle/wrapper Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
.gitignore Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
build.gradle.kts Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
gradle.properties Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
settings.gradle.kts Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00