7/1/5
This commit is contained in:
@@ -3,12 +3,48 @@ import 'package:get/get.dart';
|
||||
|
||||
class BankController extends GetxController {
|
||||
String selectedBank = '';
|
||||
// Map<String, String> bankNames = {
|
||||
// 'CIB Bank'.tr: 'CIB',
|
||||
// 'National Bank of Egypt'.tr: 'NBE',
|
||||
// 'QNB Al Ahli'.tr: 'QNB',
|
||||
// 'Bank Misr'.tr: 'BM',
|
||||
// // Add other bank full names and short names here
|
||||
// };
|
||||
Map<String, String> bankNames = {
|
||||
'CIB Bank'.tr: 'CIB',
|
||||
'Commercial International Bank (CIB)'.tr: 'CIB',
|
||||
'National Bank of Egypt'.tr: 'NBE',
|
||||
'QNB Al Ahli'.tr: 'QNB',
|
||||
'Bank Misr'.tr: 'BM',
|
||||
// Add other bank full names and short names here
|
||||
'Qatar National Bank (QNB Alahli)'.tr: 'QNB',
|
||||
'Banque Misr'.tr: 'BM',
|
||||
'Banque du Caire (BDC)'.tr: 'BDC',
|
||||
'HSBC Bank Egypt'.tr: 'HSBC',
|
||||
'Faisal Islamic Bank of Egypt (FAIB)'.tr: 'FAIB',
|
||||
'Arab African International Bank (AAIB)'.tr: 'AAIB',
|
||||
'Export Development Bank of Egypt (EDBE)'.tr: 'EDBE',
|
||||
'Industrial Development Bank of Egypt (IDB)'.tr: 'IDB',
|
||||
'Suez Canal Bank (SCB)'.tr: 'SCB',
|
||||
'Bank Audi Egypt'.tr: 'BAE',
|
||||
'Union National Bank Egypt'.tr: 'UNB',
|
||||
'Al Baraka Bank Egypt'.tr: 'ABE',
|
||||
'Egyptian Gulf Bank (EG Bank)'.tr: 'EGB',
|
||||
'Housing and Development Bank (HDB)'.tr: 'HDB',
|
||||
'The United Bank of Egypt (UB)'.tr: 'UB',
|
||||
'Emirates NBD (ENBD)'.tr: 'ENBD',
|
||||
'Al Ahli Bank of Kuwait - Egypt (ABK-Egypt)'.tr: 'ABK',
|
||||
'National Bank of Kuwait - Egypt (NBK-Egypt)'.tr: 'NBK',
|
||||
'First Abu Dhabi Bank (FAB)'.tr: 'FAB',
|
||||
'Abu Dhabi Islamic Bank (ADIB)'.tr: 'ADIB',
|
||||
'Arab African International Bank (AAIB)'.tr: 'AAIB',
|
||||
'Egyptian Arab Land Bank (EALB)'.tr: 'EALB',
|
||||
'Faisal Islamic Bank of Egypt (FAIB)'.tr: 'FAIB',
|
||||
'Blom Bank (BLOM)'.tr: 'BLOM',
|
||||
'Abu Dhabi Commercial Bank - Egypt (ADCB)'.tr: 'ADCB',
|
||||
'Nasser Social Bank (NSB)'.tr: 'NSB',
|
||||
'Industrial Development Bank of Egypt (IDB)'.tr: 'IDB',
|
||||
'Arab International Bank (AIB)'.tr: 'AIB',
|
||||
'Arab Investment Bank (AIBK)'.tr: 'ARIB',
|
||||
'Central Bank of Egypt (CBE)'.tr: 'CBE',
|
||||
'Barclays Egypt (BBE)'.tr: 'BBE',
|
||||
// Add other bank full names and short names here as needed
|
||||
};
|
||||
|
||||
@override
|
||||
|
||||
@@ -398,7 +398,7 @@ class WalletCaptain extends StatelessWidget {
|
||||
child: Row(
|
||||
children: [
|
||||
SizedBox(
|
||||
width: Get.width * .95,
|
||||
width: Get.width * .9,
|
||||
// height: Get.height * .1,
|
||||
// decoration: AppStyle.boxDecoration,
|
||||
child: Stack(
|
||||
@@ -417,7 +417,8 @@ class WalletCaptain extends StatelessWidget {
|
||||
color: AppColor.blueColor,
|
||||
borderRadius:
|
||||
BorderRadius.circular(12),
|
||||
backgroundColor: AppColor.accentColor,
|
||||
backgroundColor: AppColor.accentColor
|
||||
.withOpacity(.5),
|
||||
value: double.parse(
|
||||
captainWalletController
|
||||
.walletDate['message'][0]
|
||||
@@ -457,7 +458,7 @@ class WalletCaptain extends StatelessWidget {
|
||||
child: Row(
|
||||
children: [
|
||||
SizedBox(
|
||||
width: Get.width * .95,
|
||||
width: Get.width * .9,
|
||||
// height: Get.height * .1,
|
||||
// decoration: AppStyle.boxDecoration,
|
||||
child: Stack(
|
||||
@@ -476,7 +477,8 @@ class WalletCaptain extends StatelessWidget {
|
||||
color: AppColor.blueColor,
|
||||
borderRadius:
|
||||
BorderRadius.circular(12),
|
||||
backgroundColor: AppColor.accentColor,
|
||||
backgroundColor: AppColor.accentColor
|
||||
.withOpacity(.5),
|
||||
value: double.parse(
|
||||
captainWalletController
|
||||
.walletDate['message'][0]
|
||||
|
||||
@@ -43,7 +43,7 @@ class WeeklyPaymentPage extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
Text(
|
||||
' Total weekly points is '.tr,
|
||||
' Total weekly is '.tr,
|
||||
style: AppStyle.title,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user