Update: 2026-05-06 02:59:42

This commit is contained in:
Hamza-Ayed
2026-05-06 02:59:43 +03:00
parent dc2ba2ebcb
commit 9952e0eca5
78 changed files with 3490 additions and 48 deletions

View File

@@ -0,0 +1,10 @@
part of 'app_pages.dart';
abstract class AppRoutes {
static const SPLASH = '/splash';
static const PHONE_INPUT = '/phone-input';
static const OTP_VERIFY = '/otp-verify';
static const BIOMETRIC_SETUP = '/biometric-setup';
static const LOGIN = '/login';
static const DASHBOARD = '/dashboard';
}