From 6e3dd0947e8a7d6ef86e5b9e0accf723524117eb Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Fri, 5 Jul 2024 05:07:10 +0300 Subject: [PATCH] 7/5/2 --- android/app/build.gradle | 4 +- .../map_widget.dart/left_main_menu_icons.dart | 86 +++++++++---------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index a8c118c..8739868 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -55,8 +55,8 @@ android { // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdkVersion 23 targetSdkVersion 33 - versionCode 45 - versionName '1.5.45' + versionCode 48 + versionName '1.5.48' // manifestPlaceholders = [mapsApiKey: 'android/app/src/main/AndroidManifest.xml'] } diff --git a/lib/views/home/map_widget.dart/left_main_menu_icons.dart b/lib/views/home/map_widget.dart/left_main_menu_icons.dart index ce74cc9..2abf52f 100644 --- a/lib/views/home/map_widget.dart/left_main_menu_icons.dart +++ b/lib/views/home/map_widget.dart/left_main_menu_icons.dart @@ -119,50 +119,50 @@ GetBuilder leftMainMenuIcons() { // ), // ), // ), - AnimatedContainer( - duration: const Duration(microseconds: 200), - width: controller.widthMapTypeAndTraffic, - decoration: BoxDecoration( - color: AppColor.secondaryColor, - border: Border.all(), - borderRadius: BorderRadius.circular(15)), - child: IconButton( - onPressed: () async { - // await CRUD().allMethodForAI( - // 'name,fullName,address,idNumber,cardId,dob', - // AppLink.uploadEgypt, - // 'idFront'); - // - // // await ImageController().choosImage( - // // 'https://api.sefer.live/sefer/uploadEgypt.php', - // // 'FrontId'); - AC credentials = AC(); - String apiKey = 'zjujl_qvo_fwjfgjlXrXlBl'; - String convertedStringN = credentials.c( - credentials.c(credentials.c(apiKey, cs), cC), cn); + // AnimatedContainer( + // duration: const Duration(microseconds: 200), + // width: controller.widthMapTypeAndTraffic, + // decoration: BoxDecoration( + // color: AppColor.secondaryColor, + // border: Border.all(), + // borderRadius: BorderRadius.circular(15)), + // child: IconButton( + // onPressed: () async { + // await CRUD().allMethodForAI( + // 'name,fullName,address,idNumber,cardId,dob', + // AppLink.uploadEgypt, + // 'idFront'); + // + // // await ImageController().choosImage( + // // 'https://api.sefer.live/sefer/uploadEgypt.php', + // // 'FrontId'); + // AC credentials = AC(); + // String apiKey = 'zjujl_qvo_fwjfgjlXrXlBl'; + // String convertedStringN = credentials.c( + // credentials.c(credentials.c(apiKey, cs), cC), cn); - String retrievedStringS = credentials.r( - credentials.r(credentials.r(convertedStringN, cn), cC), - cs); - // - if (retrievedStringS == apiKey) { - print('convertedStringN --- $convertedStringN'); - print('retrievedStringS ---$retrievedStringS'); - print('same'); - } - // - // // await Get.find() - // // .payWithPayMob(context, '1100', 'EGP'); - // // Initiates a payment with a card using the FlutterPaymob instance - // - }, - icon: const Icon( - // Get.put(AudioRecorderController()).isRecording - Icons.start, - size: 29, - ), - ), - ), + // String retrievedStringS = credentials.r( + // credentials.r(credentials.r(convertedStringN, cn), cC), + // cs); + // // + // if (retrievedStringS == apiKey) { + // print('convertedStringN --- $convertedStringN'); + // print('retrievedStringS ---$retrievedStringS'); + // print('same'); + // } + // + // // await Get.find() + // // .payWithPayMob(context, '1100', 'EGP'); + // // Initiates a payment with a card using the FlutterPaymob instance + // + // }, + // icon: const Icon( + // // Get.put(AudioRecorderController()).isRecording + // Icons.start, + // size: 29, + // ), + // ), + // ), ], ); })),