llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

bump min sdk version to 12.0 #87

Closed penkzhou closed 5 months ago

penkzhou commented 6 months ago

ref:https://github.com/flutter/flutter/issues/136060

penkzhou commented 6 months ago

@llfbandit

llfbandit commented 5 months ago

Thanks for your contribution! I'm not sure this is to plugins to force a minimal OS level with this new case (thanks Apple).

If you set your app level to 12 with XCode 15+, you'll be fine.

penkzhou commented 5 months ago

cool. Now the newest flutter version has resolved this bug and now it is not a problem. I just close it.