Implemented sign up and otp screens

This commit is contained in:
Abdullah Alassaf
2024-05-29 01:51:36 +03:00
parent e37d324bb6
commit 28576f2cd5
21 changed files with 395 additions and 143 deletions

View File

@ -15,4 +15,5 @@ class Routes {
static const String authDidNotGetCode = '$authRoute/did-not-get-code';
static const String policyRoute = '/policy';
static const String termsRoute = '/terms';
static const String otpRoute = '/otp';
}