avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Test deep link during development by clicking on something #186

Open avishail opened 1 year ago

avishail commented 1 year ago

I'm trying to use Deep Links and encounter problems to test it:

  1. if the schema is http/https then the browser will open the link regardless of my deep links configuration.
  2. if the schema is custom one, for example, myapp://myhost, then click on an html link will simply do nothing.

Since all places instructs to use adb (and adb works only on custom schemas) I'm starting to suspect it is not possible to test it during dev the regular way (a.k.a click on a link somewhere)

Am I correct?

itsatifsiddiqui commented 1 year ago

Hello @avishail Did you find any solution?