How to open flutter application from url?

Vadziec Poplavsky picture Vadziec Poplavsky · Dec 13, 2018 · Viewed 10.1k times · Source

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 app will open, and route to specific screen.

Answer

TWL picture TWL · Nov 7, 2019

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:

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