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

Cannot listen for a uri from a running program on Windown #45

Closed Huy-Thai closed 1 year ago

Huy-Thai commented 1 year ago

Hello, when I run a sample project, access sample://foo/#/book/hello-deep-linking through a browser, and open the already-started program, it doesn't have any changes sent.

llfbandit commented 1 year ago

Did you follow the setup for Windows ? You are not respecting the issue template.

KristijanMitrik commented 1 year ago

@Huy-Thai @llfbandit I am having the same problem. Is there some solution for this problem? I followed the procedure for setting up the app for windows completely