diff --git a/ios/Runner/Helper/HMG_Geofence.swift b/ios/Runner/Helper/HMG_Geofence.swift index 0361c762..20d2d1e8 100644 --- a/ios/Runner/Helper/HMG_Geofence.swift +++ b/ios/Runner/Helper/HMG_Geofence.swift @@ -149,6 +149,7 @@ extension HMG_Geofence{ } func notifyServer(forRegion:CLRegion, transition:Transition, location:CLLocation?){ + showNotification(title: "Notifying server..." , subtitle: forRegion.identifier, message: "") if let userProfileJson = UserDefaults.standard.string(forKey: "user-profile"), let userProfile = dictionary(from: userProfileJson), let patientId = userProfile["PatientID"] as? String{ diff --git a/key.properties b/key.properties new file mode 100644 index 00000000..eec491b8 --- /dev/null +++ b/key.properties @@ -0,0 +1,4 @@ +storePassword=HmGsa123 +keyPassword=HmGsa123 +keyAlias=key +storeFile=DQKey.jks \ No newline at end of file diff --git a/lib/pages/landing/home_page.dart b/lib/pages/landing/home_page.dart index 111c58ea..79d462b5 100644 --- a/lib/pages/landing/home_page.dart +++ b/lib/pages/landing/home_page.dart @@ -359,8 +359,7 @@ class _HomePageState extends State { ), ], ), - /* Zohaib work in progress for Offers and Packages Commented below line for merge it to master*/ - // OffersAndPackagesWidget(OfferPackagesItemModel.dummy()), + OffersAndPackagesWidget(OfferPackagesItemModel.dummy()), Container( margin: EdgeInsets.only(left: 15, right: 15), child: Row(