KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
334 stars 395 forks source link

Minimum deployment target for iOS #272

Open martinogarrizzo5 opened 10 months ago

martinogarrizzo5 commented 10 months ago

When I compiled again the app it asked me to set the minimum deployment target to iOS 13. Why? On the documentation I see that the requirement is iOS 8.0

KasemJaffer commented 10 months ago

Sorry, minimum required iOS SDK should've been 12+. I'm not sure why you are being asked to use 13.

martinogarrizzo5 commented 10 months ago

Is there any way to make it even lower? My project has iOS 11 as minimum target. Thanks!