How to succeed When user tap on Flutter web url we should suggest whether open in Chrome or Flutter installed app?
CodePudding user response:
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
CodePudding user response:
In Flutter , I have used uni_links package and followed document to succeed