"moreSupportedWatches":{"en":"More Supported Smartwatches...","ar":"المزيد من الساعات الذكية المدعومة..."},
"android-instructions-1":{"en":"Make sure that you have installed 'WearOS' & 'Google Fit' apps from Google PlayStore.","ar":"تأكد من تثبيت تطبيقات 'WearOS' و 'Google Fit' من متجر Google PlayStore."},
"android-instructions-2":{"en":"Make sure that you have installed your watch related apps from Google PlayStore.","ar":"تأكد من أنك قمت بتثبيت التطبيقات المتعلقة بالساعات من Google PlayStore."},
"android-instructions-3":{"en":"Make sure that your Smart Watch is connected with the WearOS app & your watch apps.","ar":"تأكد من أن ساعتك الذكية متصلة بتطبيق WearOS وتطبيقات ساعتك."},
"android-instructions-4":{"en":"Make sure that your smart watch apps are linked/associated with Google Fit App.","ar":"تأكد من أن تطبيقات ساعتك الذكية مرتبطة / مرتبطة بتطبيق Google Fit."},"android-instructions-5":{"en":"Make sure that data like heart rate, steps, distance etc. are being shown on your watch app & on Google Fit app & both are in sync.","ar":"تأكد من عرض بيانات مثل معدل ضربات القلب والخطوات والمسافة وما إلى ذلك على تطبيق الساعة وعلى تطبيق Google Fit وكلاهما في حالة مزامنة."},
"It Seems like you haven't synced your health data with the Dr. Alhabib App before. To proceed further, you need to sync your health data with the Dr. Alhabib App",
Text("Before syncing data, please make sure that you have followed the instructions properly",textAlign:TextAlign.center,style:TextStyle(fontSize:17.0)),
"It Seems like you haven't synced your health data with the Dr. Alhabib App before. To proceed further, you need to sync your health data with the Dr. Alhabib App",
child:Text("2. Make sure that you have installed your watch related apps from Google PlayStore.",textAlign:TextAlign.center,style:TextStyle(fontSize:17.0)),
Text("3. Make sure that your Smart Watch is connected with the WearOS app & your watch apps.",textAlign:TextAlign.center,style:TextStyle(fontSize:17.0)),
child:Text("4. Make sure that your smart watch apps are linked/associated with Google Fit App.",textAlign:TextAlign.center,style:TextStyle(fontSize:17.0)),
),
Container(
margin:EdgeInsets.fromLTRB(15.0,75.0,15.0,15.0),
child:ButtonTheme(
shape:RoundedRectangleBorder(
borderRadius:BorderRadius.circular(10.0),
),
minWidth:MediaQuery.of(context).size.width,
height:45.0,
child:RaisedButton(
color:newColor(0xFF60686b),
textColor:Colors.white,
elevation:0,
disabledTextColor:Colors.white,
disabledColor:newColor(0xFFbcc2c4),
onPressed:(){
buttonCarouselController.nextPage();
},
child:Text("SYNC HEALTH DATA",style:TextStyle(fontSize:18.0)),