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

Desktop support for MacOS and Windows #15

Closed chirag729 closed 2 years ago

chirag729 commented 2 years ago

Is support for these platforms on the roadmap?

llfbandit commented 2 years ago

I guess it could be possible for custom protocols (i.e. myapp://something). http and https must remain dedicated to browsers.

Still, the registration of those will be the responsability of the installers (msi on Windows and dmg on macOS) to allow the unregistration.

rnl-veolys commented 2 years ago

Windows is now available in 3.1.0. macOS will be in 3.2.0 in few days hopefully.

chirag729 commented 2 years ago

@bdremynoel thank you!

llfbandit commented 2 years ago

macOS is now available in 3.2.0.