bhagat-techind / flutter_sharing_intent

A flutter plugin to share file from other app to our app.
Apache License 2.0
44 stars 48 forks source link

iOS Bug #41

Open letisoft opened 6 months ago

letisoft commented 6 months ago

Hello,

I found small bug when sharing non media files on iOS: Please check https://github.com/bhagat-techind/flutter_sharing_intent/blob/main/ios/Classes/SwiftFlutterSharingIntentPlugin.swift line 157 and compare with line 134.

Actually I just removed the whole "else if url.fragment == "file" as it is redundant using if url.fragment == "media" || url.fragment == "file"

Is just fine.

I am not sure I have to make a pull request for something that simple?

Best regards: V

gerken-tss commented 3 months ago

When is this going to be merged?