How to succeed When user tap on Flutter web url we should suggest whether open in Chrome or Flutter installed app?
Asked
Active
Viewed 136 times
1
-
You can do that using dynamic links feature provided by Firebase. – Karan Mehta Dec 19 '22 at 11:52
2 Answers
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

Antonio Valentic
- 350
- 1
- 8