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

Https Scheme Support For Windows #51

Closed HAFIZkhan-source closed 1 year ago

HAFIZkhan-source commented 1 year ago

Hey, Custom Schemes are working well in the windows app. But How to use the HTTPS scheme for the windows app?

llfbandit commented 1 year ago

Http and https are reserved protocols to browsers on desktop platforms. We can't change this.

HAFIZkhan-source commented 1 year ago

Yes, But my question is how can we use https deep link using this package in windows app?

llfbandit commented 1 year ago

You can't.

HAFIZkhan-source commented 1 year ago

Is there any package that supports the same?

llfbandit commented 1 year ago

Unless you're developing a browser, you can't!

fotiDim commented 5 months ago

This seems to be possible based on what I read here.

DmitryGaimaldinov commented 1 month ago

Are there plans to add https scheme support for windows?