formatted the whole codebase

This commit is contained in:
asif
2025-08-20 01:36:59 +05:30
parent 09618db28e
commit 60a5703c35
10 changed files with 138 additions and 123 deletions

View File

@@ -486,7 +486,8 @@ class AppLocalizationsEn extends AppLocalizations {
String get otpVerification => 'OTP Verification';
@override
String get otpSentMessage => 'Enter the 4-digit OTP sent to your mobile number';
String get otpSentMessage =>
'Enter the 4-digit OTP sent to your mobile number';
@override
String get verifyOtp => 'Verify OTP';
@@ -504,13 +505,15 @@ class AppLocalizationsEn extends AppLocalizations {
String get tpinRequired => 'TPIN Required';
@override
String get tpinRequiredMessage => 'You need to set your TPIN to continue with secure transactions';
String get tpinRequiredMessage =>
'You need to set your TPIN to continue with secure transactions';
@override
String get setTpinTitle => 'Set TPIN';
@override
String get tpinInfo => 'Your TPIN is a 6-digit code used to authorize transactions. Keep it safe and do not share it with anyone.';
String get tpinInfo =>
'Your TPIN is a 6-digit code used to authorize transactions. Keep it safe and do not share it with anyone.';
@override
String get tpinFailed => 'Failed to set TPIN. Please try again.';
@@ -564,7 +567,8 @@ class AppLocalizationsEn extends AppLocalizations {
String get enableFingerprintLogin => 'Enable Fingerprint Login?';
@override
String get enableFingerprintMessage => 'Would you like to enable fingerprint authentication for faster login?';
String get enableFingerprintMessage =>
'Would you like to enable fingerprint authentication for faster login?';
@override
String get no => 'No';
@@ -585,7 +589,8 @@ class AppLocalizationsEn extends AppLocalizations {
String get loading => 'Loading......';
@override
String get enableFingerprintQuick => 'Enable fingerprint authentication for quick login?';
String get enableFingerprintQuick =>
'Enable fingerprint authentication for quick login?';
@override
String get kccb => 'KCCB';
@@ -687,13 +692,15 @@ class AppLocalizationsEn extends AppLocalizations {
String get invalidRtgs => 'Invalid Amount for RTGS';
@override
String get invalidRtgsPopUp => 'RTGS transactions require a minimum amount of 200,000. Please enter a higher amount or select NEFT as the transaction mode.';
String get invalidRtgsPopUp =>
'RTGS transactions require a minimum amount of 200,000. Please enter a higher amount or select NEFT as the transaction mode.';
@override
String get correctTpin => 'Please Enter the correct TPIN';
@override
String get insufficientFund => 'Your account does not have sufficient balance';
String get insufficientFund =>
'Your account does not have sufficient balance';
@override
String get creditedTo => 'Credited To';
@@ -705,11 +712,13 @@ class AppLocalizationsEn extends AppLocalizations {
String get proceed => 'Proceed';
@override
String get plsValidateBeneficiary => 'Please validate beneficiary details first';
String get plsValidateBeneficiary =>
'Please validate beneficiary details first';
@override
String get accno7to20 => 'Account number must be between 7 and 20 digits';
@override
String get validateBeneficiaryproceeding => 'Please validate beneficiary before proceeding';
String get validateBeneficiaryproceeding =>
'Please validate beneficiary before proceeding';
}