7/17/3
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 34
|
targetSdkVersion 34
|
||||||
versionCode 58
|
versionCode 59
|
||||||
versionName '1.5.58'
|
versionName '1.5.59'
|
||||||
// manifestPlaceholders = [mapsApiKey: 'android/app/src/main/AndroidManifest.xml']
|
// manifestPlaceholders = [mapsApiKey: 'android/app/src/main/AndroidManifest.xml']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -440,9 +440,13 @@ class AI extends GetxController {
|
|||||||
final Map<DocumentType, List<String>> keywords = {
|
final Map<DocumentType, List<String>> keywords = {
|
||||||
DocumentType.carLicenseBack: ['شاسيه', 'موتور', 'سم٣'],
|
DocumentType.carLicenseBack: ['شاسيه', 'موتور', 'سم٣'],
|
||||||
DocumentType.carLicenseFront: ['وزارةالداخلية', 'رخصةتسيير'],
|
DocumentType.carLicenseFront: ['وزارةالداخلية', 'رخصةتسيير'],
|
||||||
DocumentType.idCardFront: ['بطاقةتحقيقالشخصية'],
|
DocumentType.idCardFront: [
|
||||||
|
'بطاقةتحقيقالشخصية',
|
||||||
|
'بطاقة تحقيق الشخصية',
|
||||||
|
'تحقيق'
|
||||||
|
],
|
||||||
DocumentType.idCardBack: ['البطاقةساريةحتى'],
|
DocumentType.idCardBack: ['البطاقةساريةحتى'],
|
||||||
DocumentType.driverLicense: ['قيادةخاصة', 'خاصه'],
|
DocumentType.driverLicense: ['قيادةخاصة', 'خاصه', 'قيادة'],
|
||||||
};
|
};
|
||||||
|
|
||||||
// Check each document type
|
// Check each document type
|
||||||
|
|||||||
@@ -179,24 +179,24 @@ GetBuilder<HomeCaptainController> leftMainMenuCaptainIcons() {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// 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(color: AppColor.blueColor),
|
border: Border.all(color: AppColor.blueColor),
|
||||||
// borderRadius: BorderRadius.circular(15)),
|
borderRadius: BorderRadius.circular(15)),
|
||||||
// child: IconButton(
|
child: IconButton(
|
||||||
// onPressed: () async {
|
onPressed: () async {
|
||||||
// Get.to(() => EgyptCardAI());
|
Get.to(() => EgyptCardAI());
|
||||||
// },
|
},
|
||||||
// icon: const Icon(
|
icon: const Icon(
|
||||||
// FontAwesome5.grin_tears,
|
FontAwesome5.grin_tears,
|
||||||
// size: 29,
|
size: 29,
|
||||||
// color: AppColor.blueColor,
|
color: AppColor.blueColor,
|
||||||
// ),
|
),
|
||||||
// ),
|
),
|
||||||
// ),
|
),
|
||||||
],
|
],
|
||||||
)),
|
)),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user