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

Add support for ACTION_SEND or such on Android #35

Closed espresso3389 closed 1 year ago

espresso3389 commented 1 year ago

It would be better if the plugin supports ACTION_SEND or such by parsing intent's EXTRA_STREAM.

llfbandit commented 1 year ago

Thanks for the contribution.