No description
Find a file
John Mizerek 65b5b82546 Add customer-to-staff chat feature and group order invites
- Add real-time chat between customers and staff via WebSocket
- Add HTTP polling fallback when WebSocket unavailable
- Chat auto-closes when worker ends conversation with dialog notification
- Add user search API for group order invites (phone/email/name)
- Store group order invites in app state
- Add login check before starting chat with sign-in prompt
- Remove table change button (not allowed currently)
- Fix About screen to show dynamic version from pubspec
- Update snackbar styling to green with black text

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 12:08:09 -08:00
android Version 3.0.0+9: Fix beacon scanning and SnackBar styling 2026-01-09 23:16:10 -08:00
assets/images Add customer-to-staff chat feature and group order invites 2026-01-11 12:08:09 -08:00
ios Add Cash App Pay iOS support and update notification colors 2026-01-09 09:17:29 -08:00
lib Add customer-to-staff chat feature and group order invites 2026-01-11 12:08:09 -08:00
linux Add address management and user account features 2026-01-08 20:22:37 -08:00
macos Add customer-to-staff chat feature and group order invites 2026-01-11 12:08:09 -08:00
test Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
web 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
.metadata Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
analysis_options.yaml Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
generate_icon.html Add app branding, splash screen, and fix modifier validation 2026-01-05 01:55:13 -08:00
icon.jpg Add app branding, splash screen, and fix modifier validation 2026-01-05 01:55:13 -08:00
icon.png Add app branding, splash screen, and fix modifier validation 2026-01-05 01:55:13 -08:00
pubspec.lock Add customer-to-staff chat feature and group order invites 2026-01-11 12:08:09 -08:00
pubspec.yaml Add customer-to-staff chat feature and group order invites 2026-01-11 12:08:09 -08:00
README.md Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00

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.