How to open flutter application from url?

后端 未结 3 605
粉色の甜心
粉色の甜心 2020-12-15 19:33

For example, i have case in my flutter app when user can recover his password. In that case user will receive link on e-mail, and i want by clicking on that link, my flutter

3条回答
  •  执笔经年
    2020-12-15 20:05

    There is a nice plugin for this,

    https://github.com/avioli/uni_links

    it also has a detailed explanation on how you need to configure iOS and Android for it to work (which is the hardest part imho); another nice source of information is this blog post

提交回复
热议问题