Closed ghost closed 2 years ago
also import GoogleMaps import Firebase
@UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { FirebaseApp.configure() GMSServices.provideAPIKey("-") GeneratedPluginRegistrant.register(with: self) return super.application(application, didFinishLaunchingWithOptions: launchOptions) } }
Of course, You'll have to add your firebase and google map configuration. Also, The application is using null safety. What issue do you exactly face?
Zone
I think 2 app 👎
Please if you've any issue just describe it clearly. I'll close this for now.
where is -nullsafety.2