Deeplink Setup
To create a Deeplink to your application content, you should follow this setup:
Admin Panel Setup 
Go to your
admin paneland openSettingsChange
Deeplinkfield with your custom deeplink andSavefor exampleapp.yourAppName.scheme

Android Setup
Open
FlyWeb_Flutterproject withAndroid StudioGo to file
/android/app/src/main/AndroidManifest.xmlFind this code :
<data android:scheme="app.flyweb.scheme" />