GeneralSettingsService
Copies bundled assets to internal storage on first run. Always reads fresh from disk (no caching).
SyncService
Orchestrates content sync. Tests internet speed (min 1.5 Mbps), builds checksum payload, sends handshake.
ProgressiveSyncOrchestrator
Multi-phase sync: analyze → storage check → download courses → update system JSONs.
SupabaseService
Authentication, session management, local session caching for offline.
UserProvider
ChangeNotifier for user state. Auto-login, session persistence, offline mode.
InAppPurchaseService
Cross-platform IAP. Google Play Billing + Apple StoreKit with backend validation.