From 5bdb900dfa9c77daf3cf187713ffc3998a9c5c3d Mon Sep 17 00:00:00 2001 From: tahaalam Date: Mon, 2 Mar 2026 12:40:11 +0300 Subject: [PATCH] reminder minutes added --- ios/Runner/AppDelegate.swift | 10 +++++----- lib/core/utils/calender_utils_new.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index 308891a7..68b72c9c 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -16,11 +16,11 @@ import GoogleMaps return super.application(application, didFinishLaunchingWithOptions: launchOptions) } func initializePlatformChannels(){ -// if let mainViewController = window?.rootViewController as? FlutterViewController{ // platform initialization suppose to be in foreground -// -//// HMGPenguinInPlatformBridge.initialize(flutterViewController: mainViewController) -// -// } + if let mainViewController = window?.rootViewController as? FlutterViewController{ // platform initialization suppose to be in foreground + + HMGPenguinInPlatformBridge.initialize(flutterViewController: mainViewController) + + } } override func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken:Data){ // Messaging.messaging().apnsToken = deviceToken diff --git a/lib/core/utils/calender_utils_new.dart b/lib/core/utils/calender_utils_new.dart index 5e9e91b2..9edfdced 100644 --- a/lib/core/utils/calender_utils_new.dart +++ b/lib/core/utils/calender_utils_new.dart @@ -51,7 +51,7 @@ class CalenderUtilsNew { startDate: scheduleDateTime!, endDate: scheduleDateTime!.add(Duration(minutes: 30)), - // reminderMinutes: reminderMinutes, // TODO : NEED TO CONFIRM THIS FROM TAHA + reminderMinutes: reminderMinutes, // TODO : NEED TO CONFIRM THIS FROM TAHA ); return eventResult.isNotEmpty; // } diff --git a/pubspec.yaml b/pubspec.yaml index 6fa68e64..dc98371e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -62,7 +62,7 @@ dependencies: geolocator: ^14.0.2 dropdown_search: ^6.0.2 google_maps_flutter: ^2.13.1 -# flutter_zoom_videosdk: 2.1.10 + flutter_zoom_videosdk: 2.1.10 dart_jsonwebtoken: ^3.2.0 dartz: ^0.10.1 equatable: ^2.0.7