Skip to content

Instantly share code, notes, and snippets.

@guilhermecarvalhocarneiro
Created July 15, 2019 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilhermecarvalhocarneiro/34a4717d1ca3083c45600a9db0e42863 to your computer and use it in GitHub Desktop.
Save guilhermecarvalhocarneiro/34a4717d1ca3083c45600a9db0e42863 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