Add Beneficiary Animations and Localizations

This commit is contained in:
2025-08-07 23:36:28 +05:30
parent a1365b19d5
commit ae40f61c01
19 changed files with 139 additions and 275 deletions

View File

@@ -1342,6 +1342,54 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Kangra Central Co-operative Bank'**
String get kccBankFull;
/// No description provided for @themeColor.
///
/// In en, this message translates to:
/// **'Theme Color'**
String get themeColor;
/// No description provided for @selectThemeColor.
///
/// In en, this message translates to:
/// **'Select Theme Color'**
String get selectThemeColor;
/// No description provided for @violet.
///
/// In en, this message translates to:
/// **'Violet'**
String get violet;
/// No description provided for @blue.
///
/// In en, this message translates to:
/// **'Blue'**
String get blue;
/// No description provided for @invalidIfsc.
///
/// In en, this message translates to:
/// **'Invalid IFSC code'**
String get invalidIfsc;
/// No description provided for @validIfsc.
///
/// In en, this message translates to:
/// **'Valid IFSC'**
String get validIfsc;
/// No description provided for @beneficiaryAddedSuccess.
///
/// In en, this message translates to:
/// **'Beneficiary Added Successfully'**
String get beneficiaryAddedSuccess;
/// No description provided for @beneficiaryAdditionFailed.
///
/// In en, this message translates to:
/// **'Beneficiary Addition Failed'**
String get beneficiaryAdditionFailed;
}
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {