Hello all,
I am developing a flutter app and I am publishing it to the Snapstore. For my next release I want to add deep links:
Deep links are a type of link that send users directly to an app instead of a website or a store . They are used to send users straight to specific in-app locations, saving users the time and energy locating a particular page themselves – significantly improving the user experience. source
I am using this package and here it was mentioned that it is up to the installer to configure the deep link. Now I am curious if this is possible at all with snaps and if so, how is it possible?
Thank you very much for your time.