payfrit-app/android
John Mizerek 5942deb0c5 Add Stripe payment integration
- Integrate flutter_stripe SDK for payment processing
- Create StripeService with payment sheet flow
- Add tip selection UI (0%, 15%, 18%, 20%, 25%)
- Display fee breakdown (subtotal, tax, tip, service fee, card fee)
- Update cart screen with "Pay $X.XX" button
- Change MainActivity to FlutterFragmentActivity for Stripe compatibility
- Update Android themes to AppCompat for payment sheet styling

Fee structure:
- 5% Payfrit service fee (customer pays)
- 2.9% + $0.30 card processing fee (customer pays)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 10:46:13 -08:00
..
app Add Stripe payment integration 2026-01-05 10:46:13 -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