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

@@ -77,7 +77,7 @@ class AppThemes {
default:
return ThemeData(primarySwatch: Colors.deepPurple);
}
}
}
static ThemeData getDarkTheme(ThemeType type) {
switch (type) {