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

should konw whether we had handled current url (ios) #23

Closed zmtzawqlp closed 5 months ago

zmtzawqlp commented 2 years ago

we had app_link and other share plugin, the problem is that app_link can't know whether url had handled.

refer issue:

1.https://github.com/llfbandit/app_links/issues/17 2.https://github.com/RxReader/weibo_kit/issues/46

please check it if you have a time, maybe we can improve it, thanks

Natay-F commented 9 months ago

Any Update on this?

llfbandit commented 5 months ago

You can now handle specific behaviours on iOS. Nothing can be done on dart/flutter side. Please follow readme.md instructions to implement specifics on iOS side.