How to set up your app for deeplinking
Configuring your app’s custom scheme
First, you should follow Flutter’s guide on enabling deeplinking for your app here.Registering your app’s deeplink URL with Dynamic
Afterwards, head to your Dynamic dashboard’s Security page and enable “Whitelist Mobile Deeplink”. Click “Save changes”. Next, click the cog in this same section to open up the Mobile Deeplink URL page, and there you must add your app’s deeplink URL with the same custom scheme you configured in the previous step. It might look something like this:myappcustomscheme://
.
With this, you’re done! Dynamic is ready to deeplink back to your app.