Files
Fondex/lib/constant/const_texts.dart

85 lines
4.0 KiB
Dart

class ConstTexts {
static String loginToExplore = "logintoExplore";
static String emailAddress = "emailAddress";
static String password = "password";
static String enterPassword = "enterPassword";
static String forgotPassword = "forgotPassword";
static String login = "login";
static String orContinueWith = "orContinueWith";
static String mobileNumber = "mobileNumber";
static String withGoogle = "withGoogle";
static String withApple = "withApple";
static String dontHaveAccount = "dontHaveAccount";
static String signUp = "signUp";
static String skip = "skip";
static String signUpToExplore = "signUpToExplore";
static String firstName = "firstName";
static String lastName = "lastName";
static String enterMobileNumber = "enterMobileNumber";
static String confirmPassword = "confirmPassword";
static String enterConfirmPassword = "enterConfirmPassword";
static String referralCode = "referralCode";
static String enterReferralCode = "enterReferralCode";
static String alreadyHaveAccount = "alreadyHaveAccount";
static String enterYourregisteredEmail = "enterYourregisteredEmail";
static String sendLink = "sendLink";
static String rememberPassword = "rememberPassword";
static String enterOtpSent = "enterOtpSent";
static String resendOTP = "resendOTP";
static String verify = "verify";
static String useYourMobileNumber = "useYourMobileNumber";
static String sendCode = "sendCode";
static String serviceIsUnavailable = "serviceIsUnavailable";
static String pickUpLocation = "pickUpLocation";
static String destinationLocation = "destinationLocation";
static String continueT = "continue";
static String plsSelectSourceLocation = "plsSelectSourceLocation";
static String plsSelectDestinationLocations = "plsSelectDestinationLocations";
static String selectVehicleType = "selectVehicleType";
static String plsSelectVehicleTypeFirst = "plsSelectVehicleTypeFirst";
static String plsSelectPaymentMethod = "plsSelectPaymentMethod";
static String insufficientWallet = "insufficientWallet";
static String promoCode = "promoCode";
static String thisOfferNotEligible = "thisOfferNotEligible";
static String viewAll = "viewAll";
static String writeCoupon = "writeCoupon";
static String redeemNow = "redeemNow";
static String plsEnterCouponCode = "plsEnterCouponCode";
static String couponApplied = "couponApplied";
static String couponExpired = "couponExpired";
static String invalidCouponCode = "invalidCouponCode";
static String orderSummary = "orderSummary";
static String subtotal = "subtotal";
static String discount = "discount";
static String orderTotal = "orderTotal";
static String confirmBooking = "confirmBooking";
static String waitingForDriver = "waitingForDriver";
static String cancelRide = "cancelRide";
static String riderCancelledSucces = "riderCancelledSucces";
static String failedToCancel = "failedToCancel";
static String pleaseWait = "pleaseWait";
static String change = "change";
static String yourSosRequest = "yourSosRequest";
static String yourSosrequestAlreadySubmitted = "yourSosrequestAlreadySubmitted";
static String payNow = "payNow";
static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";
static String somethingWentWrong = "somethingWentWrong";
static String cash = "cash";
static String coupon = "coupon";
static String couponNotFound = "couponNotFound";
static String tapToApply = "tapToApply";
static String home = "home";
static String myBookings = "myBookings";
static String profile = "profile";
static String wallet = "wallet";
static String failedToCancel = "failedToCancel";
static String pleaseWait = "pleaseWait";
static String change = "change";
static String yourSosRequest = "yourSosRequest";
static String yourSosrequestAlreadySubmitted = "yourSosrequestAlreadySubmitted";
static String payNow = "payNow";
static String youDoNothaveSufficientwalletBalance = "youDoNothaveSufficientwalletBalance";
static String somethingWentWrong = "somethingWentWrong";
static String cash = "cash";
}