- 27 Jul, 2026 6 commits
-
-
Mahmoud Aglan authored
- Gate Pass: shows QR code per participant for electronic gate scanning - About Academy: WebView loading the academy's website - Both accessible from dashboard quick actions grid - Added qr_flutter and webview_flutter dependencies Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
Mahmoud Aglan authored
- Use cover_url (API field) instead of image_url for events - Add errorBuilder fallback for broken image URLs - Parse outstanding_balance as int before comparison (API returns string) Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
Mahmoud Aglan authored
- Commented out firebase_core, firebase_messaging (not configured yet) - Commented out lottie, flutter_local_notifications (unused) - OTP input changed from 6 boxes to 4 boxes - App now works with zero external services Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
Mahmoud Aglan authored
Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
Mahmoud Aglan authored
Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
Mahmoud Aglan authored
Full-featured guardian/participant mobile app for El Captain Sports ERP: - Riverpod state management, GoRouter navigation with animated transitions - Arabic-first RTL with English toggle, Cairo + Inter fonts - OTP auth flow with Sanctum bearer tokens - Dashboard with children cards, today's sessions, quick stats - Participant detail with action grid (attendance, invoices, evaluations) - Weekly schedule view with day selector - Attendance history with circular rate indicator - Invoice list with pay button and status badges - Evaluation cards with criteria progress bars - Events with registration, Shop product grid - Messages with chat bubbles, Service requests with create modal - Multi-step pre-registration wizard (guardian → child → review) - Notification inbox with type-based icons - Profile with language toggle and logout - Everything animated (flutter_animate): fade-slide, scale-in, stagger - Builds successfully for iOS (verified) Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-