简体   繁体   中英

How to suggest Flutter Mobile app on clicking flutter web app url?

How to succeed When user tap on Flutter web url we should suggest whether open in Chrome or Flutter installed app?

If you want to open a native application selection dialog, then you should enabledeep linking for your application.

This will result with an app chooser dialog on Android when user opens a URL which mobile application has registered as deep link or a "Open in application X" banner in Safari for iOS

In Flutter, I have used uni_links package and followed document to succeed

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