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

web support #6

Closed kiaxseventh closed 3 years ago

kiaxseventh commented 3 years ago

hello dear @llfbandit thanks for this excellent package

please add support flutter web

llfbandit commented 3 years ago

Web support? Can you elaborate? As far as I know, those mechanisms or similar are not available on web platforms.

kiaxseventh commented 3 years ago

Just add the string query in the web url This can help the developer in the same way as a method on android and iOS development in the web version very easily

llfbandit commented 3 years ago

This package is not concerned by navigation or routing in any way. I suggest you to use auto_route or beamer packages for navigation "deep linking" meaning here nested routing.

This package only offers the Uri that triggered your app.

kiaxseventh commented 3 years ago

Is this package a alternative to uni_links ? it is true ?

rnl-veolys commented 3 years ago

Yes it seems

kiaxseventh commented 3 years ago

in uni link repository you can see web interface implement it doesn't working now but there will be such a thing in the future https://github.com/avioli/uni_links/tree/master/uni_links_web

kiaxseventh commented 3 years ago

what advantages you have over the alternative (uni_links)

llfbandit commented 3 years ago

I don't know this package. I guess it acquires the very first link on web platform (when you type in address bar). It's impossible to process further links.

llfbandit commented 3 years ago

Web support has been added in 2.2.0.