Skip to content

Instantly share code, notes, and snippets.

@Sumit-Ghosh
Created February 5, 2022 19:18
Show Gist options
  • Save Sumit-Ghosh/1fbe9705109ff70054c87859a2f6cbfc to your computer and use it in GitHub Desktop.
Save Sumit-Ghosh/1fbe9705109ff70054c87859a2f6cbfc to your computer and use it in GitHub Desktop.
import UIKit
import Flutter
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment