Update: 2026-05-07 13:47:48

This commit is contained in:
Hamza-Ayed
2026-05-07 13:47:48 +03:00
parent b8d9b3343e
commit f7aee80553
54 changed files with 714 additions and 53 deletions

View File

@@ -16,4 +16,5 @@ abstract class AppRoutes {
static const SUBSCRIPTION = '/subscription';
static const PAYMENT_RECEIPT = '/payment-receipt';
static const INVOICE_DETAIL = '/invoice-detail';
static const ONBOARDING = '/onboarding';
}