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
325 stars 375 forks source link

hard coded applink "applinks:example.com" #313

Open klausszilvas opened 2 months ago

klausszilvas commented 2 months ago

The applink "applinks:example.com" is hard coded in the plugin. So if you have two apps using the plugin sometime the wrong app will open. Could you make it configurable Thanks in advance