最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Multiple deep links for same screen in flutter - Stack Overflow

programmeradmin1浏览0评论

The browser based app of my flutter app is already active and has tons of email campaigns etc setup, with CTAs pointing to specific URLs of the website. I would now like to setup deep links such that all these URLs of my website lead to a specific screen in the flutter app. The problem: to be as userfriendly as possible for the web, our web URLs are all translated, e.g.:

Now no matter how hard I search for it on the internet, I can‘t find a flutter package that lets you point multiple deep link paths to the same screen in an easy way. Even when searching for stuff like ios universal links for translated URLs, I can‘t find anything useful.

So I wondered, is there a problem with using translated URLs as deep links, hence multiple URLs pointing to the same screen? I thought that, if you already have a browser based app, deep link URLs should mirror your website URLs for whom there‘s a corresponding screen in the app, no?

A simple regex-based deep linking solution should do the trick, yet I can‘t find anything in that sense in flutter either?

发布评论

评论列表(0)

  1. 暂无评论