简体   繁体   中英

How to open my flutter app by clicking a url

I'm working on a flutter app, and now I need to be able to open my app whenever a URL with a certain pattern is clicked.

In other words, I'd like to have that option from a clicked URL saying "Which app do you want to use to open this link"

and from the shown apps to open this link I want mine to be in there

Is it possible? How can I do this?

Also, I need to say I have done this from Android Studio - Java, but never in flutter/dart, I am a newbie around flutter

I have found the solution, this link is going to give you everything you need for deep linking in flutter:

https://pub.dev/packages/uni_links

Documentation/Installation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM