Complete Flutter mobile app — all screens, auth, API, animations
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>
parents
Showing
.gitignore
0 → 100644
.metadata
0 → 100644
README.md
0 → 100644
analysis_options.yaml
0 → 100644
android/.gitignore
0 → 100644
android/app/build.gradle.kts
0 → 100644
544 Bytes
442 Bytes
721 Bytes
1.01 KB
1.41 KB
android/build.gradle.kts
0 → 100644
android/gradle.properties
0 → 100644
android/settings.gradle.kts
0 → 100644
assets/animations/.gitkeep
0 → 100644
assets/branding/.gitkeep
0 → 100644
assets/fonts/Cairo-Bold.ttf
0 → 100644
File added
File added
File added
File added
assets/fonts/Inter-Bold.ttf
0 → 100644
File added
File added
File added
File added
assets/icons/.gitkeep
0 → 100644
ios/.gitignore
0 → 100644
ios/Flutter/Debug.xcconfig
0 → 100644
ios/Flutter/Release.xcconfig
0 → 100644
ios/Podfile
0 → 100644
ios/Podfile.lock
0 → 100644
ios/Runner/AppDelegate.swift
0 → 100644
10.7 KB
295 Bytes
406 Bytes
450 Bytes
282 Bytes
462 Bytes
704 Bytes
406 Bytes
586 Bytes
862 Bytes
862 Bytes
1.63 KB
762 Bytes
1.2 KB
1.38 KB
68 Bytes
68 Bytes
68 Bytes
ios/Runner/Info.plist
0 → 100644
lib/config/instance.dart
0 → 100644
lib/core/api/api_client.dart
0 → 100644
lib/core/utils/money.dart
0 → 100644
lib/main.dart
0 → 100644
pubspec.lock
0 → 100644
pubspec.yaml
0 → 100644
test/widget_test.dart
0 → 100644