[Dynamic Link] I want to get a dynamic link to my app from the flutter web. Is this possible? #10405
Unanswered
myeongseop-sofit
asked this question in
Q&A
Replies: 1 comment
-
You could do that by using a post request to Dynamiclinks API, check this out. The dynamic links flutter plugin is not yet supported for web, that's why you have to manually call the API. You can also check out this for a code snippet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to get a dynamic link to my app from the flutter web.
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions