Till PMSBY/JJBY test sim binded apk release

This commit is contained in:
2026-03-16 16:39:31 +05:30
parent dfdc293309
commit 298c0c199f
3 changed files with 150 additions and 36 deletions

View File

@@ -50,24 +50,24 @@ class _GovSchemeScreenState extends State<GovSchemeScreen> {
},
),
),
Expanded(
child: GovSchemeTile(
logoText: "APY",
label: l10n.registerForAtalPensionYojana,
subtitle: l10n.secureYourFutureAPY,
onTap: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => APYScreen(
users: widget.users,
selectedIndex: widget.selectedIndex,
),
),
);// Action for APY will be added later
},
),
),
// Expanded(
// child: GovSchemeTile(
// logoText: "APY",
// label: l10n.registerForAtalPensionYojana,
// subtitle: l10n.secureYourFutureAPY,
// onTap: () {
// Navigator.push(
// context,
// MaterialPageRoute(
// builder: (context) => APYScreen(
// users: widget.users,
// selectedIndex: widget.selectedIndex,
// ),
// ),
// );// Action for APY will be added later
// },
// ),
// ),
],
),
),