-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic links short url throws platform exemption #419
Comments
The issue at flutter/flutter#28395 has been closed and moved here. Future collaboration on this issue will be done here. |
Hi @harshapulikollu |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away! Could everyone who still has this problem please file a new issue with the exact descriptions what happens, logs and the output of 'flutter doctor -v' please. |
@iapicca I am still having this issue. I am using an Pixel 2 Emulator with API 29. This line of code throws:final ShortDynamicLink dynamicUrl = await parameters.buildShortLink(); It works when used with final Uri dynamicUrl = await parameters.buildUrl(); The exact error message:
Output of
|
Any solutions>>..? |
I tried using dynamic_links plugin and able to create dynamic links. But when I tried to shorten uri using
and
but both the tries resulted me in platform exemption only. I'm using
Xiaomi redmi 5A running on MIUI 10 Global 9.2.15 beta based on Android 8.1.0
for testingThe text was updated successfully, but these errors were encountered: