1

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

PradeepKumar
  • 138
  • 8

2 Answers2

1

If you want to open a native application selection dialog, then you should enable deep 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

0

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

PradeepKumar
  • 138
  • 8