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
321 stars 369 forks source link

Minimum deployment target for iOS #272

Open martinogarrizzo5 opened 5 months ago

martinogarrizzo5 commented 5 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 5 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 5 months ago

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