Receiving share intent in Flutter (Receiving URL)

581 views Asked by At

I am trying to make a Flutter app that will receive share intent from the browser. I was able to find a package that lets me receive intents like text, image, video and links but what I need is the URL of the content's origin. For example if I share a image from a website www.website.com/products?id=123, my app needs to receive www.website.com/products?id=123.

Please help!

1

There are 1 answers

0
Blob On

You can use Firebase Dynamic links