esysberlin / esys-flutter-share

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

Removed casting to FlutterViewController on iOS #74

Open abhikumar08 opened 4 years ago

abhikumar08 commented 4 years ago

-Removed casting to FlutterViewController(the casting led to a crash if my root view controller isn't FlutterViewController), all it needs is a UiViewController instance to present the activity controller -Added modal presentation for activity controller

issue fix #73