esysberlin / esys-flutter-share

A Flutter plugin for sharing files & text with other applications.
Apache License 2.0
130 stars 147 forks source link

App crashes on IOS if the root view controller is not FlutterViewController #73

Open abhikumar08 opened 4 years ago

abhikumar08 commented 4 years ago

App crashes if the root view controller is not FlutterViewController

To Reproduce Steps to reproduce the behavior: For some reason I had to make Navigation controller my root view controller and I am not able to share because the plugin assumes that root view controller is Flutter view Controller in SwiftEsysFlutterSharePlugin.swift

    // present the view controller
    let controller = UIApplication.shared.keyWindow!.rootViewController as! FlutterViewController