25-01-21-secure1
This commit is contained in:
@@ -105,7 +105,7 @@ class AiPage extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
'${'Name in arabic'.tr}: ${contentController.responseMap['name_in_arabic']}',
|
'${'Name in arabic'.tr}: ${encryptionHelper.decryptData(contentController.responseMap['name_in_arabic'])}',
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
@@ -121,7 +121,7 @@ class AiPage extends StatelessWidget {
|
|||||||
MainAxisAlignment.spaceBetween,
|
MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
'${'National Number'.tr}: ${contentController.responseMap['id']}',
|
'${'National Number'.tr}: ${encryptionHelper.decryptData(contentController.responseMap['id'])}',
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
// Image.memory(
|
// Image.memory(
|
||||||
@@ -131,7 +131,7 @@ class AiPage extends StatelessWidget {
|
|||||||
// ),
|
// ),
|
||||||
]),
|
]),
|
||||||
Text(
|
Text(
|
||||||
'${'Address'.tr}: ${contentController.responseMap['address']}',
|
'${'Address'.tr}: ${encryptionHelper.decryptData(contentController.responseMap['address'])}',
|
||||||
style: AppStyle.title,
|
style: AppStyle.title,
|
||||||
),
|
),
|
||||||
Row(
|
Row(
|
||||||
|
|||||||
Reference in New Issue
Block a user