7/5/2
This commit is contained in:
@@ -55,8 +55,8 @@ android {
|
|||||||
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 45
|
versionCode 48
|
||||||
versionName '1.5.45'
|
versionName '1.5.48'
|
||||||
// manifestPlaceholders = [mapsApiKey: 'android/app/src/main/AndroidManifest.xml']
|
// manifestPlaceholders = [mapsApiKey: 'android/app/src/main/AndroidManifest.xml']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -119,15 +119,15 @@ GetBuilder<MapPassengerController> leftMainMenuIcons() {
|
|||||||
// ),
|
// ),
|
||||||
// ),
|
// ),
|
||||||
// ),
|
// ),
|
||||||
AnimatedContainer(
|
// AnimatedContainer(
|
||||||
duration: const Duration(microseconds: 200),
|
// duration: const Duration(microseconds: 200),
|
||||||
width: controller.widthMapTypeAndTraffic,
|
// width: controller.widthMapTypeAndTraffic,
|
||||||
decoration: BoxDecoration(
|
// decoration: BoxDecoration(
|
||||||
color: AppColor.secondaryColor,
|
// color: AppColor.secondaryColor,
|
||||||
border: Border.all(),
|
// border: Border.all(),
|
||||||
borderRadius: BorderRadius.circular(15)),
|
// borderRadius: BorderRadius.circular(15)),
|
||||||
child: IconButton(
|
// child: IconButton(
|
||||||
onPressed: () async {
|
// onPressed: () async {
|
||||||
// await CRUD().allMethodForAI(
|
// await CRUD().allMethodForAI(
|
||||||
// 'name,fullName,address,idNumber,cardId,dob',
|
// 'name,fullName,address,idNumber,cardId,dob',
|
||||||
// AppLink.uploadEgypt,
|
// AppLink.uploadEgypt,
|
||||||
@@ -136,33 +136,33 @@ GetBuilder<MapPassengerController> leftMainMenuIcons() {
|
|||||||
// // await ImageController().choosImage(
|
// // await ImageController().choosImage(
|
||||||
// // 'https://api.sefer.live/sefer/uploadEgypt.php',
|
// // 'https://api.sefer.live/sefer/uploadEgypt.php',
|
||||||
// // 'FrontId');
|
// // 'FrontId');
|
||||||
AC credentials = AC();
|
// AC credentials = AC();
|
||||||
String apiKey = 'zjujl_qvo_fwjfgjlXrXlBl';
|
// String apiKey = 'zjujl_qvo_fwjfgjlXrXlBl';
|
||||||
String convertedStringN = credentials.c(
|
// String convertedStringN = credentials.c(
|
||||||
credentials.c(credentials.c(apiKey, cs), cC), cn);
|
// credentials.c(credentials.c(apiKey, cs), cC), cn);
|
||||||
|
|
||||||
String retrievedStringS = credentials.r(
|
// String retrievedStringS = credentials.r(
|
||||||
credentials.r(credentials.r(convertedStringN, cn), cC),
|
// credentials.r(credentials.r(convertedStringN, cn), cC),
|
||||||
cs);
|
// cs);
|
||||||
//
|
// //
|
||||||
if (retrievedStringS == apiKey) {
|
// if (retrievedStringS == apiKey) {
|
||||||
print('convertedStringN --- $convertedStringN');
|
// print('convertedStringN --- $convertedStringN');
|
||||||
print('retrievedStringS ---$retrievedStringS');
|
// print('retrievedStringS ---$retrievedStringS');
|
||||||
print('same');
|
// print('same');
|
||||||
}
|
// }
|
||||||
//
|
//
|
||||||
// // await Get.find<PaymentController>()
|
// // await Get.find<PaymentController>()
|
||||||
// // .payWithPayMob(context, '1100', 'EGP');
|
// // .payWithPayMob(context, '1100', 'EGP');
|
||||||
// // Initiates a payment with a card using the FlutterPaymob instance
|
// // Initiates a payment with a card using the FlutterPaymob instance
|
||||||
//
|
//
|
||||||
},
|
// },
|
||||||
icon: const Icon(
|
// icon: const Icon(
|
||||||
// Get.put(AudioRecorderController()).isRecording
|
// // Get.put(AudioRecorderController()).isRecording
|
||||||
Icons.start,
|
// Icons.start,
|
||||||
size: 29,
|
// size: 29,
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
})),
|
})),
|
||||||
|
|||||||
Reference in New Issue
Block a user