Manage Beneficiary UI

This commit is contained in:
2025-08-08 23:37:16 +05:30
parent 763c101f58
commit dbc61abf00
11 changed files with 249 additions and 145 deletions

View File

@@ -1396,6 +1396,12 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'No beneficiaries found'**
String get noBeneficiaryFound;
/// No description provided for @beneficiaryName.
///
/// In en, this message translates to:
/// **'Beneficiary Name'**
String get beneficiaryName;
}
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {