How to open flutter application from url?

后端 未结 3 607
粉色の甜心
粉色の甜心 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条回答
  •  萌比男神i
    2020-12-15 20:04

    You'll want to view this from the perspective of: How do I open my iOS/Android app from a URL, ie. App Deep Linking.

    They each have their own respective implementations:

    • android/app-links
    • apple/allowing_apps_and_websites_to_link_to_your_content

    Or you can go with more comprehensive SDKs that are capable of doing both for you:

    • Firebase Dynamic Links
    • Branch.io Deep Linking

提交回复
热议问题