|  |  |  | @ -25,6 +25,7 @@ import 'package:mohem_flutter_app/ui/landing/widget/services_widget.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/ui/marathon/marathon_provider.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/ui/marathon/widgets/marathon_banner.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/widgets/bottom_sheet.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/widgets/dialogs/dialogs.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/widgets/mark_attendance_widget.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/widgets/shimmer/dashboard_shimmer_widget.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/widgets/shimmer/offers_shimmer_widget.dart'; | 
		
	
	
		
			
				
					|  |  |  | @ -142,7 +143,7 @@ class _DashboardScreenState extends State<DashboardScreen> with WidgetsBindingOb | 
		
	
		
			
				|  |  |  |  |     data.fetchMenuEntries(); | 
		
	
		
			
				|  |  |  |  |     data.getCategoryOffersListAPI(context); | 
		
	
		
			
				|  |  |  |  |     marathonProvider.getMarathonDetailsFromApi(); | 
		
	
		
			
				|  |  |  |  |     if(isFromInit) { | 
		
	
		
			
				|  |  |  |  |     if (isFromInit) { | 
		
	
		
			
				|  |  |  |  |       checkERMChannel(); | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  |     if (!cProvider.disbaleChatForThisUser && !isFromInit) checkHubCon(); | 
		
	
	
		
			
				
					|  |  |  | @ -287,9 +288,27 @@ class _DashboardScreenState extends State<DashboardScreen> with WidgetsBindingOb | 
		
	
		
			
				|  |  |  |  |                   children: [ | 
		
	
		
			
				|  |  |  |  |                     Column( | 
		
	
		
			
				|  |  |  |  |                       crossAxisAlignment: CrossAxisAlignment.start, | 
		
	
		
			
				|  |  |  |  |                       children: [ | 
		
	
		
			
				|  |  |  |  |                       children: <Widget>[ | 
		
	
		
			
				|  |  |  |  |                         LocaleKeys.welcomeBack.tr().toText14(color: MyColors.grey77Color), | 
		
	
		
			
				|  |  |  |  |                         (AppState().memberInformationList!.eMPLOYEENAME ?? "").toText24(isBold: true), | 
		
	
		
			
				|  |  |  |  |                         (AppState().memberInformationList!.eMPLOYEENAME ?? "").toText24(isBold: true).onPress(() async { | 
		
	
		
			
				|  |  |  |  |                           return showMDialog( | 
		
	
		
			
				|  |  |  |  |                             context, | 
		
	
		
			
				|  |  |  |  |                             backgroundColor: Colors.transparent, | 
		
	
		
			
				|  |  |  |  |                             isDismissable: true, | 
		
	
		
			
				|  |  |  |  |                             child: SizedBox( | 
		
	
		
			
				|  |  |  |  |                               width: MediaQuery.of(context).size.width / 2.2, | 
		
	
		
			
				|  |  |  |  |                               height: MediaQuery.of(context).size.width / 2.2, | 
		
	
		
			
				|  |  |  |  |                               child: Card( | 
		
	
		
			
				|  |  |  |  |                                 shape: RoundedRectangleBorder( | 
		
	
		
			
				|  |  |  |  |                                   borderRadius: BorderRadius.circular(25.0), | 
		
	
		
			
				|  |  |  |  |                                 ), | 
		
	
		
			
				|  |  |  |  |                                 child: Center( | 
		
	
		
			
				|  |  |  |  |                                   child: "This app is installed from ${await Utils.getInstallationSource()}".toText16(isCentered: true), | 
		
	
		
			
				|  |  |  |  |                                 ), | 
		
	
		
			
				|  |  |  |  |                               ), | 
		
	
		
			
				|  |  |  |  |                             ), | 
		
	
		
			
				|  |  |  |  |                           ); | 
		
	
		
			
				|  |  |  |  |                         }), | 
		
	
		
			
				|  |  |  |  |                         16.height, | 
		
	
		
			
				|  |  |  |  |                         Row( | 
		
	
		
			
				|  |  |  |  |                           children: [ | 
		
	
	
		
			
				
					|  |  |  | 
 |