Skip to content

Instantly share code, notes, and snippets.

View VivekGoswami's full-sized avatar
🎯
Focusing

 Vivek Goswami VivekGoswami

🎯
Focusing
  • india
  • 16:32 (UTC +05:30)
View GitHub Profile
@VivekGoswami
VivekGoswami / AppDelegate.swift
Created August 3, 2023 13:41
Communicate Between Flutter and Native iOS Code Using Platform Channel
// iOS Native
import Flutter
import UIKit
@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,