payfrit-user/lib/screens
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
..
about_screen.dart App Store Version 2: Beacon scanning, preload caching, business selector 2026-01-23 19:51:54 -08:00
account_screen.dart App Store Version 2: Beacon scanning, preload caching, business selector 2026-01-23 19:51:54 -08:00
address_edit_screen.dart Version 3.0.0+9: Fix beacon scanning and SnackBar styling 2026-01-09 23:16:10 -08:00
address_list_screen.dart Fix type casting in order history and order detail models 2026-01-23 21:08:39 -08:00
beacon_scan_screen.dart Clean up debug statements and sanitize error messages 2026-01-11 13:44:58 -08:00
business_selector_screen.dart Check for existing cart when selecting child business from beacon 2026-01-26 10:37:41 -08:00
cart_view_screen.dart Fix type casting in order history and order detail models 2026-01-23 21:08:39 -08:00
chat_screen.dart App Store Version 2: Beacon scanning, preload caching, business selector 2026-01-23 19:51:54 -08:00
group_order_invite_screen.dart Add customer-to-staff chat feature and group order invites 2026-01-11 12:08:09 -08:00
login_screen.dart App Store Version 2: Beacon scanning, preload caching, business selector 2026-01-23 19:51:54 -08:00
menu_browse_screen.dart App Store Version 2: Beacon scanning, preload caching, business selector 2026-01-23 19:51:54 -08:00
order_detail_screen.dart App Store Version 2: Beacon scanning, preload caching, business selector 2026-01-23 19:51:54 -08:00
order_history_screen.dart App Store Version 2: Beacon scanning, preload caching, business selector 2026-01-23 19:51:54 -08:00
order_type_select_screen.dart Add custom tip, order type selection, and menu improvements 2026-01-07 20:31:25 -08:00
profile_settings_screen.dart Version 3.0.0+9: Fix beacon scanning and SnackBar styling 2026-01-09 23:16:10 -08:00
restaurant_select_screen.dart App Store Version 2: Beacon scanning, preload caching, business selector 2026-01-23 19:51:54 -08:00
service_point_select_screen.dart feat: implement user authentication with login screen 2025-12-29 10:01:35 -08:00
signup_screen.dart Add customer-to-staff chat feature and group order invites 2026-01-11 12:08:09 -08:00
splash_screen.dart Add native Kotlin beacon scanner for faster detection 2026-01-27 00:53:46 -08:00