Is there a way to achieve deep linking in a flutter, so that if a user clicks on a link then they are redirected to a specific part of the app, given that the app is installed, but if it isn't, they are redirected to the respective app store, to install the application and then taken to that specific part?
While searching for a solution I came across this package called uni_links but I am not sure if it can fulfill this requirement.