initial code

This commit is contained in:
2025-01-21 18:29:27 +05:30
commit 9fee5eb24d
191 changed files with 11603 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
class APPSTRING {
//title
static const String enterYourMobileNumber = "Enter Your Mobile Number";
static const String whatYourPhoneNumber = "What's your phone number?";
static const String codeSentText = "A code will be send to verify your phone number";
static const String enterVerificationCode = "Enter Verification Code";
static const String enterCode = "Enter the 6-digit code sent to you at ********8902";
static const String pleaseEnterYourFullName = "Please Enter Your Full Name";
//hint
static const String phoneNumberHint = "Phone Number";
static const String fullNameHint = "Full Name";
//button
static const String verifyButton = "Verify";
static const String continueBtn = "Continue";
static const String appName = "Customer App";
}