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

The scheme with dot(.) symbol doesn't work #69

Closed LucasXu0 closed 9 months ago

LucasXu0 commented 11 months ago

Describe the bug

I set up a scheme io.abc.abc on the Windows platform; however, it doesn't work.

I tried using io-abc-abc instead, and it works perfectly. Does it meet the expectation?

Does it related to

Does the example project work?

Did you fully read the instructions for the targeted platform before submitting this issue?

Uploaded your files to webserver, HTTPS, direct connection, scheme pattern setup, ...

llfbandit commented 9 months ago

I know that a scheme for URI with this kind of pattern is allowed but I can't say for Windows. I didn't find any docs related to this.