APY integrated without testing...

This commit is contained in:
2026-03-18 12:36:41 +05:30
parent 075cb3aaad
commit 8744e69ef7
29 changed files with 1069 additions and 498 deletions

View File

@@ -636,18 +636,20 @@ class _DashboardScreenState extends State<DashboardScreen>
ManageBeneficiariesScreen(
customerName: currAccount.name!)));
}, disable: false),
_buildQuickLink(Symbols.family_group,
AppLocalizations.of(context).governmentSchemes, () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => GovSchemeScreen(
users: users,
selectedIndex: selectedAccountIndex,
)));
},
disable: isPaymentDisabled,
),
_buildQuickLink(
Symbols.family_group,
AppLocalizations.of(context).governmentSchemes,
() {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => GovSchemeScreen(
users: users,
selectedIndex: selectedAccountIndex,
)));
},
disable: isPaymentDisabled,
),
_buildQuickLink(
Symbols.checkbook,
AppLocalizations.of(context).chequeManagement,