IFSC Code Validation and Add Beneficiary Validation API integration

This commit is contained in:
2025-08-07 18:12:31 +05:30
parent c4d4261afc
commit 99e23bf21d
17 changed files with 416 additions and 271 deletions

View File

@@ -250,9 +250,9 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
leading: Shimmer.fromColors(
baseColor: Colors.grey[300]!,
highlightColor: Colors.grey[100]!,
child: const CircleAvatar(
child: CircleAvatar(
radius: 12,
backgroundColor: Colors.white,
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
),
),
title: Shimmer.fromColors(
@@ -261,7 +261,7 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
child: Container(
height: 10,
width: 100,
color: Colors.white,
color: Theme.of(context).scaffoldBackgroundColor,
),
),
subtitle: Shimmer.fromColors(
@@ -270,7 +270,7 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
child: Container(
height: 8,
width: 60,
color: Colors.white,
color: Theme.of(context).scaffoldBackgroundColor,
),
),
),