Deeplink Setup
To create a Deeplink to your application content, you should follow this setup:
Admin Panel Setup
Go to your
admin panel
and openSettings
Change
Deeplink
field with your custom deeplink andSave
for exampleapp.yourAppName.scheme

Android Setup
Open
FlyWeb_Flutter
project withAndroid Studio
Go to file
/android/app/src/main/AndroidManifest.xml
Find this code :
<data android:scheme="app.flyweb.scheme" />