Skip to content

Instantly share code, notes, and snippets.

@vinceyoumans
Created June 21, 2018 15:32
Show Gist options
  • Save vinceyoumans/0ac6609edd7cc8b107928ad3e589d839 to your computer and use it in GitHub Desktop.
Save vinceyoumans/0ac6609edd7cc8b107928ad3e589d839 to your computer and use it in GitHub Desktop.
upon request
import UIKit
import Flutter
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: 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