From 0eec5b01792ab32a03fa01e6e4405906b3dce168 Mon Sep 17 00:00:00 2001 From: richtwin567 Date: Fri, 28 Aug 2020 20:29:15 -0500 Subject: [PATCH] fix iOS unresolved GMSServices attempt --- ios/Runner/AppDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index d72395d..f6ed995 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -3,6 +3,7 @@ import Flutter import Contacts import Foundation import ContactsUI +import GoogleMaps public class NativeContact: NSObject {