Update: 2026-05-07 03:06:15

This commit is contained in:
Hamza-Ayed
2026-05-07 03:06:15 +03:00
parent 272971fc5b
commit bfb6368ec8
28 changed files with 3292 additions and 188 deletions

View File

@@ -7,6 +7,13 @@ abstract class AppRoutes {
static const BIOMETRIC_SETUP = '/biometric-setup';
static const BIOMETRIC_AUTH = '/biometric-auth';
static const LOGIN = '/login';
static const MAIN = '/main';
static const DASHBOARD = '/dashboard';
static const SCANNER = '/scanner';
static const INVOICES = '/invoices';
static const SETTINGS = '/settings';
static const NOTIFICATIONS = '/notifications';
static const SUBSCRIPTION = '/subscription';
static const PAYMENT_RECEIPT = '/payment-receipt';
static const INVOICE_DETAIL = '/invoice-detail';
}