fontfamily changes in login and register page
This commit is contained in:
parent
162a1e5fa8
commit
22c1d76d34
@ -15,10 +15,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Theme(
|
||||
data: ThemeData(
|
||||
fontFamily: 'Roboto', // Set default font family for this page
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), // Set default font family for this page
|
||||
textTheme: TextTheme(
|
||||
bodyMedium: TextStyle(fontSize: 16, color:Color(0xFF898C81),),
|
||||
bodyLarge: TextStyle(fontSize: 16, color:Color(0xFF414042), fontFamily: 'Roboto',fontWeight: FontWeight.w500),
|
||||
bodyMedium: TextStyle(fontSize: 16, color:Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
bodyLarge: TextStyle(fontSize: 16, color:Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),fontWeight: FontWeight.w500),
|
||||
),
|
||||
),
|
||||
child: Scaffold(
|
||||
@ -35,6 +44,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
'الشروط والأحكام',
|
||||
),
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize:22,
|
||||
color: Colors.black87,
|
||||
fontWeight: FontWeight.w600,
|
||||
@ -63,14 +76,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
text: TextSpan(
|
||||
text: context.translate('Welcome to the '
|
||||
,'مرحبًا بكم في '),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto', height: 1.4),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), height: 1.4),
|
||||
children:<TextSpan>[
|
||||
TextSpan(text: context.translate('Federal Competitiveness and Statistics Centre (FCSC) Mobile Application',
|
||||
'تطبيق المركز الاتحادي للتنافسية والإحصاء (FCSC) '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate(' We value your',
|
||||
'نحن نقدّر خصوصيتك وحماية بياناتك، ونلتزم بحماية معلوماتك الشخصية.',)
|
||||
@ -80,7 +99,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('and are committed to safeguarding your personal information. This ',
|
||||
'كيفية جمع واستخدام ومشاركة وحماية بياناتك عند استخدام هذا التطبيق.',
|
||||
@ -88,9 +110,12 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
TextSpan(text:context.translate( ' Privacy Policy',
|
||||
''),
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
),),
|
||||
TextSpan(text:context.translate(' explains how we collect, use, share, and protect your information when using this App.\n By using the App, you consent to the practices described in this',
|
||||
'باستخدام التطبيق، فإنك توافق على الممارسات الموضحة في هذه السياسة. ',
|
||||
@ -101,7 +126,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
],
|
||||
),
|
||||
@ -109,13 +137,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
SizedBox(height: 10),
|
||||
Text(context.translate ('1.Information We Collect',
|
||||
'1.١. المعلومات التي نقوم بجمعها'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: 'Roboto', fontWeight: FontWeight.w600),) ,
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), fontWeight: FontWeight.w600),) ,
|
||||
SizedBox(height: 5),
|
||||
RichText(
|
||||
text: TextSpan(
|
||||
text:context.translate( 'When you use the ',
|
||||
'عند استخدام تطبيق '),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text:context.translate( 'FCSC App, ',
|
||||
' FCSC '),
|
||||
@ -123,7 +157,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('we may collect the following types of data:',
|
||||
'قد نقوم بجمع الأنواع التالية من البيانات: ',))
|
||||
@ -136,7 +173,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),) ,
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 3.0),
|
||||
child: Column(
|
||||
@ -152,14 +192,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Expanded(
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text:context.translate( 'Name, email address, phone number ',
|
||||
'الاسم، البريد الإلكتروني، رقم الهاتف'),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('(when registering an account).',
|
||||
' (عند التسجيل). '),),
|
||||
@ -180,14 +226,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Expanded(
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children:<TextSpan>[
|
||||
TextSpan(text: context.translate( 'User credentials ',
|
||||
'بيانات تسجيل الدخول ',),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('(such as username and password).',
|
||||
'(مثل اسم المستخدم وكلمة المرور).',),)
|
||||
@ -208,13 +260,18 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Expanded(
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text:context.translate( 'Demographic data ','البيانات الديموغرافية '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('(if provided by the user).',
|
||||
'(إذا قدمها المستخدم)'),)
|
||||
@ -233,7 +290,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),) ,
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 3.0),
|
||||
child: Column(
|
||||
@ -249,14 +309,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Expanded(
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text:context.translate( 'Device information ',
|
||||
'معلومات الجهاز '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('(IP address, operating system, device type).','(عنوان IP، نظام التشغيل، نوع الجهاز). '),),
|
||||
],
|
||||
@ -276,13 +342,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Expanded(
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate('App interactions ',' التفاعلات داخل التطبيق'),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('(pages viewed, features used, actions performed).',' (الصفحات التي تمت زيارتها، الميزات المستخدمة، الإجراءات المنفذة).'))
|
||||
],
|
||||
@ -302,13 +374,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Expanded(
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text:context.translate( 'Log data ','بيانات السجل '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('(error reports, login timestamps).','(تقارير الأخطاء، أوقات تسجيل الدخول)'),)
|
||||
],
|
||||
@ -325,7 +403,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),) ,
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 3.0),
|
||||
child: Column(
|
||||
@ -343,13 +424,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
text: TextSpan(
|
||||
text:context.translate('If enabled, we may collect ',
|
||||
'في حال تفعيلها، قد نقوم بجمع بيانات الموقع لتحسين بعض الميزات.'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate( 'location-based data ',''),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('(to enhance certain features.',''),)
|
||||
],
|
||||
@ -367,7 +454,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),) ,
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 3.0),
|
||||
child: Column(
|
||||
@ -384,13 +474,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
text:context.translate('We may use ','قد نستخدم ملفات تعريف الارتباط (Cookies) وأدوات التحليل والتتبع لتحسين وظائف التطبيق وتجربة المستخدم.'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate( 'cookies, analytics tools, and tracking technologies',''),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text: context.translate('(to improve App functionality and user experience.',''),)
|
||||
],
|
||||
@ -405,21 +501,33 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
),
|
||||
SizedBox(height: 10),
|
||||
Text(context.translate('2. How We Use Your Information','2.كيفية استخدام معلوماتك'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: 'Roboto', fontWeight: FontWeight.w600),) ,
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), fontWeight: FontWeight.w600),) ,
|
||||
SizedBox(height: 5),
|
||||
Text(context.translate('The data we collect is used to:','يتم استخدام البيانات التي نجمعها للأغراض التالية:'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
),
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate('Provide and improve services- ','تقديم وتحسين الخدمات – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('Deliver insights, statistics, and reports.','توفير الإحصاءات والتقارير والتحليلات.'),),
|
||||
],
|
||||
@ -429,13 +537,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate('Personalize user experience –','تخصيص تجربة المستخدم – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('Tailor content and recommendations.','تحسين المحتوى والتوصيات بناءً على اهتمامات المستخدم.')),
|
||||
],
|
||||
@ -445,13 +559,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate ('Ensure security – ','ضمان الأمان –'),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text: context.translate('Prevent unauthorized access and detect fraudulent activities.',
|
||||
'منع الوصول غير المصرح به واكتشاف الأنشطة الاحتيالية.',),)
|
||||
@ -462,14 +582,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text:context.translate('Comply with legal requirements –',
|
||||
'الامتثال للمتطلبات القانونية – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('As mandated by UAE laws and regulations.',
|
||||
'وفقًا للوائح والقوانين الإماراتية.'),
|
||||
@ -481,13 +607,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children:<TextSpan>[
|
||||
TextSpan(text: context.translate('Communicate with users –','التواصل مع المستخدمين – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate ('Respond to inquiries, send updates, and support requests.',
|
||||
'الرد على الاستفسارات وإرسال التحديثات والدعم الفني.',))
|
||||
@ -497,18 +629,27 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
),
|
||||
SizedBox(height: 10),
|
||||
Text(context.translate('3. How We Share Your Information','3.كيفية مشاركة معلوماتك'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: 'Roboto', fontWeight: FontWeight.w600),) ,
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), fontWeight: FontWeight.w600),) ,
|
||||
SizedBox(height: 5),
|
||||
RichText(
|
||||
text: TextSpan(
|
||||
text: context.translate('FCSC ','لا يقوم FCSC ببيع أو تبادل معلوماتك الشخصية. ومع ذلك، قد نشارك البيانات في الحالات التالية:'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate('does not sell or trade ',''),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text: context.translate('your personal information. However, we may share data in the following cases:',''),)
|
||||
],
|
||||
@ -518,21 +659,30 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 5.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate('Government and Legal Compliance – ',
|
||||
'التزامات حكومية وقانونية – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('If required by ','')),
|
||||
TextSpan(text: context.translate('UAE government authorities ',''),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('or for legal obligations.',''),),
|
||||
],
|
||||
@ -542,14 +692,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 5.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate('Third-Party Service Providers –',
|
||||
'مقدمو الخدمات الخارجيون – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text: context.translate('To support App functionality (e.g., hosting services, analytics providers).','لدعم وظائف التطبيق (مثل خدمات الاستضافة، مزودي التحليلات).'))
|
||||
],
|
||||
@ -559,13 +715,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
Padding(padding: EdgeInsets.only(left: 10.0,bottom: 5.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text: context.translate('Security and Fraud Prevention – ','الأمان ومنع الاحتيال – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text: context.translate('To investigate and prevent security breaches All third-party vendors are required to',
|
||||
'للتحقيق في أي خروقات أمنية ومنعها.'),
|
||||
@ -575,7 +737,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
],
|
||||
),
|
||||
@ -583,20 +748,29 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
),
|
||||
SizedBox(height: 10),
|
||||
Text(context.translate('4. Data Storage and Security','4.تخزين البيانات وأمانها'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: 'Roboto', fontWeight: FontWeight.w600),) ,
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), fontWeight: FontWeight.w600),) ,
|
||||
SizedBox(height: 5),
|
||||
Padding(
|
||||
padding: EdgeInsets.only(left: 10.0, bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
text: context.translate('Data Encryption – ','تشفير البيانات '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text: context.translate('We use AES-256 encryption to protect user data.',
|
||||
@ -609,14 +783,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
padding: EdgeInsets.only(left: 10.0, bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
text:context.translate( 'Secure Servers – ','خوادم آمنة – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text: context.translate ('All information is stored on government-approved servers with strict access controls.','يتم تخزين جميع المعلومات على خوادم معتمدة من الحكومة بإجراءات صارمة للتحكم في الوصول.'),),
|
||||
@ -628,14 +808,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
padding: EdgeInsets.only(left: 10.0, bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
text: context.translate('Access Restrictions – ', 'قيود الوصول – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text: context.translate('Only authorized personnel can access sensitive user data.',
|
||||
@ -648,14 +834,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
padding: EdgeInsets.only(left: 10.0, bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children:<TextSpan>[
|
||||
TextSpan(
|
||||
text:context.translate('Retention Policy – ','سياسة الاحتفاظ بالبيانات – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text: context.translate('We retain personal data only as long as necessary for legal and operational purposes.',
|
||||
@ -667,24 +859,36 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
),
|
||||
SizedBox(height: 10),
|
||||
Text(context.translate ('5. User Rights and Choices','5.حقوق المستخدم وخياراته'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: 'Roboto', fontWeight: FontWeight.w600),) ,
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), fontWeight: FontWeight.w600),) ,
|
||||
SizedBox(height: 5),
|
||||
Text(context.translate('Users have the following rights regarding their personal data',''),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
|
||||
),
|
||||
Padding(
|
||||
padding: EdgeInsets.only(left: 10.0, bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
text: context.translate ('Access & Review – ','الوصول والمراجعة – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text:context.translate( 'You can request a copy of the personal data stored.',
|
||||
@ -698,14 +902,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
padding: EdgeInsets.only(left: 10.0, bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
text: context.translate('Correction & Deletion – ','التعديل والحذف –'),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text:context.translate('You may request corrections or removal of your data (subject to legal retention policies).',
|
||||
@ -718,14 +928,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
padding: EdgeInsets.only(left: 10.0, bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
text: context.translate('Opt-Out of Marketing – ','إلغاء الاشتراك في التسويق – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text:context.translate( 'You can choose to opt-out of promotional communications.',
|
||||
@ -739,14 +955,20 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
padding: EdgeInsets.only(left: 10.0, bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
text: context.translate ('Disable Location Services – ','إيقاف خدمات الموقع – '),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text:context.translate ( 'Location tracking can be disabled via device settings.','يمكن تعطيل تتبع الموقع عبر إعدادات الجهاز.'),
|
||||
@ -759,13 +981,19 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
padding: EdgeInsets.only(left: 10.0, bottom: 3.0),
|
||||
child: RichText(
|
||||
text: TextSpan(
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children:<TextSpan>[
|
||||
TextSpan(
|
||||
text: context.translate( 'To exercise these rights, contact us at ',''),
|
||||
style: TextStyle(
|
||||
color: Color(0xFF898C81),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(
|
||||
@ -773,7 +1001,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text: '.'),
|
||||
@ -783,52 +1014,76 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
),
|
||||
SizedBox(height: 10),
|
||||
Text(context.translate('6. Third-Party Links and Services','6.روابط وخدمات الجهات الخارجية'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: 'Roboto', fontWeight: FontWeight.w600),) ,
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), fontWeight: FontWeight.w600),) ,
|
||||
SizedBox(height: 5),
|
||||
RichText(
|
||||
text: TextSpan(
|
||||
text:context.translate('The App may contain ',
|
||||
'قد يحتوي التطبيق على روابط لمواقع إلكترونية أو خدمات خارجية (مثل بوابات الحكومة الإماراتية). لا تتحمل FCSC أي مسؤولية عن ممارسات الخصوصية الخاصة بالجهات الخارجية. يجب على المستخدمين مراجعة سياسات الخصوصية الخاصة بهم.'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(text:context.translate( 'links to external websites or services ',''),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('(e.g., UAE government portals). FCSC is ','',),),
|
||||
TextSpan(text:context.translate( 'not responsible ',''),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
TextSpan(text:context.translate('for third-party privacy practices. Users should review their respective ',''),),
|
||||
TextSpan(text:context.translate( 'Privacy Policies.',''),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto'
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),),
|
||||
],
|
||||
),
|
||||
),
|
||||
SizedBox(height: 10),
|
||||
Text( context.translate("7. Children's Privacy",'7.خصوصية الأطفال'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: 'Roboto', fontWeight: FontWeight.w600),) ,
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), fontWeight: FontWeight.w600),) ,
|
||||
SizedBox(height: 5),
|
||||
RichText(
|
||||
text: TextSpan(
|
||||
text: context.translate('The App is not ','التطبيق غير مخصص للأطفال دون سن ١٣ عامًا. نحن لا نجمع بيانات من القاصرين عن قصد. يمكن للوالدين أو الأوصياء طلب إزالة أي بيانات تخص الأطفال عن طريق التواصل مع FCSC.'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
text:context.translate( 'intended for children under 13 years. ',''),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text: context.translate('We do not knowingly collect data from minors. Parents or guardians may request the ',
|
||||
@ -839,7 +1094,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text:context.translate( 'by contacting FCSC.',''),),
|
||||
@ -847,21 +1105,30 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
SizedBox(height: 10),
|
||||
Text(context.translate('8. Changes to This Privacy Policy','التغييرات على سياسة الخصوصية هذه'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: 'Roboto', fontWeight: FontWeight.w600),) ,
|
||||
Text(context.translate('8. Changes to This Privacy Policy','8.التغييرات على سياسة الخصوصية هذه'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), fontWeight: FontWeight.w600),) ,
|
||||
SizedBox(height: 5),
|
||||
RichText(
|
||||
text: TextSpan(
|
||||
text: context.translate('We may update this Privacy Policy periodically to reflect changes in ',
|
||||
'قد نقوم بتحديث سياسة الخصوصية هذه بشكل دوري لتعكس التغييرات في القوانين أو التكنولوجيا أو ملاحظات المستخدمين. ستكون أحدث نسخة متاحة دائمًا داخل التطبيق.'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
text:context.translate( 'laws, technology, or user feedback. ',''),
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text:context.translate( 'The ',''),),
|
||||
@ -870,7 +1137,10 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Color(0xFF414042),
|
||||
fontFamily: 'Roboto',
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
),
|
||||
),
|
||||
TextSpan(text:context.translate( 'in the App.',''),),
|
||||
@ -878,10 +1148,16 @@ class PrivacyPolicy extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
Text(context.translate('9. Contact Information','9.معلومات الاتصال'),
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: 'Roboto', fontWeight: FontWeight.w600),) ,
|
||||
style: TextStyle(fontSize: 17, color: Color(0xFF414042), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
), fontWeight: FontWeight.w600),) ,
|
||||
SizedBox(height: 5),
|
||||
Text( context.translate('For privacy-related inquiries, you may contact:' ,'للاستفسارات المتعلقة بالخصوصية، يمكنك التواصل معنا عبر:'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: 'Roboto'),
|
||||
style: TextStyle(fontSize: 16, color: Color(0xFF898C81), fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
),
|
||||
SizedBox(height: 20),
|
||||
Center(child: fcscBanner),
|
||||
|
||||
@ -312,7 +312,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
),
|
||||
child: Text(
|
||||
context.translate('Ok', 'حسنًا'),
|
||||
style: TextStyle(color: Colors.white, fontSize: 16),
|
||||
style: TextStyle(color: Colors.white, fontSize: 16, fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),),
|
||||
),
|
||||
),
|
||||
],
|
||||
@ -443,6 +446,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
'تسجيلك في انتظار التحقق.'),
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042)),
|
||||
@ -454,6 +461,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
'يرجى التحقق من البريد الخاص بك للمضي قدما.'),
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: 14,
|
||||
color: Color(0xFF898C81),
|
||||
),
|
||||
@ -473,6 +484,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
context.translate('Go to Login',
|
||||
'اذهب إلى تسجيل الدخول'),
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
color: Colors.white, // Text color
|
||||
),
|
||||
),
|
||||
@ -509,6 +524,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
'آسف ${_usernameController.text}!'),
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.w500,
|
||||
color: Color(0xFF414042)),
|
||||
@ -520,6 +539,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
'فشلت عملية التسجيل الخاصة بك. لمزيد من المساعدة، يرجى الاتصال بالدعم.'),
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: 14,
|
||||
color: Color(0xFF898C81),
|
||||
),
|
||||
@ -571,6 +594,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
AppLocalizations.of(context)!
|
||||
.register_title,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: 32,
|
||||
fontWeight: FontWeight.w400),
|
||||
),
|
||||
@ -579,6 +606,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
AppLocalizations.of(context)!
|
||||
.register_details,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize:
|
||||
context.translate(18.0, 14.0),
|
||||
color: const Color(0xff898C81),
|
||||
@ -669,6 +700,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
),
|
||||
counterText: '',
|
||||
hintStyle: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
color: Color(0xFFC3C6CB),
|
||||
fontSize: registerLocale
|
||||
?.languageCode ==
|
||||
@ -762,6 +797,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
),
|
||||
counterText: '',
|
||||
hintStyle: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
color: Color(0xFFC3C6CB),
|
||||
fontSize: registerLocale
|
||||
?.languageCode ==
|
||||
@ -891,6 +930,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
|
||||
counterText: '',
|
||||
hintStyle: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
color: Color(0xFFC3C6CB),
|
||||
fontSize: registerLocale
|
||||
?.languageCode ==
|
||||
@ -1007,6 +1050,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
),
|
||||
counterText: '',
|
||||
hintStyle: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
color: Color(0xFFC3C6CB),
|
||||
fontSize: registerLocale
|
||||
?.languageCode ==
|
||||
@ -1070,6 +1117,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
.agree,
|
||||
// text: 'I agree to ',
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontWeight:
|
||||
FontWeight.w500,
|
||||
fontSize: registerLocale
|
||||
@ -1093,6 +1144,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
.terms_conditions,
|
||||
// text: 'Terms & Conditions',
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize:
|
||||
registerLocale
|
||||
?.languageCode ==
|
||||
@ -1118,6 +1173,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
.of(context)!
|
||||
.t_and,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
color: Color(
|
||||
0xFF898C81), // Change to your desired color
|
||||
),
|
||||
@ -1132,6 +1191,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
.of(context)!
|
||||
.privacy_policy,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontWeight:
|
||||
FontWeight
|
||||
.bold,
|
||||
@ -1141,8 +1204,6 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
'ar'
|
||||
? 12
|
||||
: 14,
|
||||
fontFamily:
|
||||
'Roboto',
|
||||
color: Color(
|
||||
0xFF985400),
|
||||
// decoration:
|
||||
@ -1158,6 +1219,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
.of(context)!
|
||||
.conditions,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontWeight:
|
||||
FontWeight.w500,
|
||||
fontSize: registerLocale
|
||||
@ -1199,6 +1264,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
context.translate(
|
||||
'Required', 'مطلوب'),
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
color: Color(0xFFb22222),
|
||||
fontSize: registerLocale
|
||||
?.languageCode ==
|
||||
@ -1240,6 +1309,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
context)!
|
||||
.register_title,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: registerLocale
|
||||
?.languageCode ==
|
||||
'ar'
|
||||
@ -1264,6 +1337,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
AppLocalizations.of(context)!
|
||||
.account_confirmation,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontWeight: FontWeight.w500,
|
||||
fontSize:
|
||||
registerLocale?.languageCode ==
|
||||
@ -1302,6 +1379,10 @@ class _RegisterScreenState extends ConsumerState<RegisterScreen> {
|
||||
context)!
|
||||
.login_title,
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: 16,
|
||||
color: Colors.white),
|
||||
),
|
||||
|
||||
@ -933,7 +933,7 @@ class _ProfileScreenState extends ConsumerState<ProfileScreen> {
|
||||
TextSpan(
|
||||
recognizer: TapGestureRecognizer()
|
||||
..onTap = () =>
|
||||
context.push('/terms&conditions'),
|
||||
context.push('/termsandconditions'),
|
||||
text: AppLocalizations.of(context)!
|
||||
.terms_conditions,
|
||||
// text: 'Terms & Conditions',
|
||||
|
||||
@ -394,7 +394,7 @@ class LoginRoute extends HookConsumerWidget {
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: locale?.languageCode == 'ar' ? 12 : 14,
|
||||
@ -570,7 +570,7 @@ class LoginRoute extends HookConsumerWidget {
|
||||
TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: locale?.languageCode == 'ar' ? 14 : 16,
|
||||
fontWeight: FontWeight.w600,
|
||||
@ -597,7 +597,7 @@ class LoginRoute extends HookConsumerWidget {
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: locale?.languageCode == 'ar' ? 12 : 18,
|
||||
fontWeight: FontWeight.w500,
|
||||
@ -691,7 +691,7 @@ class LoginRoute extends HookConsumerWidget {
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: context.translate(18.0, 14.0),
|
||||
color: const Color(0xff898C81),
|
||||
@ -710,7 +710,7 @@ class LoginRoute extends HookConsumerWidget {
|
||||
style: TextStyle(
|
||||
fontFamily: context.translate(
|
||||
'Roboto',
|
||||
'Roboto',
|
||||
'NotoKufi',
|
||||
),
|
||||
fontSize: locale?.languageCode == 'ar' ? 12 : 14,
|
||||
fontWeight: FontWeight.bold,
|
||||
|
||||
@ -1040,7 +1040,7 @@ class _EditProfileState extends ConsumerState<EditProfile> {
|
||||
TapGestureRecognizer()
|
||||
..onTap = () =>
|
||||
context.push(
|
||||
'/terms&conditions'),
|
||||
'/termsandconditions'),
|
||||
),
|
||||
TextSpan(
|
||||
text: AppLocalizations
|
||||
|
||||
Loading…
Reference in New Issue
Block a user