AhmedLSayed9 / deliverzler

Delivery App for Restaurants built on Flutter using Domain-Driven Design (DDD) and Layered Architecture along with Riverpod Framework.
620 stars 160 forks source link

-nullsafety.2 #3

Closed ghost closed 2 years ago

ghost commented 2 years ago

where is -nullsafety.2

ghost commented 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) } }

AhmedLSayed9 commented 2 years ago

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?

ghost commented 2 years ago

Zone

ghost commented 2 years ago

I think 2 app 👎

ghost commented 2 years ago

See https://github.com/MesharSuliman/Login-Flutter-Firebase-**Multi**

AhmedLSayed9 commented 2 years ago

Please if you've any issue just describe it clearly. I'll close this for now.