Have you added the assetlinks.json file to you website. Host the file at a URL that resembles the following: <webdomain>/.well-known/assetlinks.json
The file content should look something like this:
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.example.deeplink_cookbook",
"sha256_cert_fingerprints":
["FF:2A:CF:7B:DD:CC:F1:03:3E:E8:B2:27:7C:A2:E3:3C:DE:13:DB:AC:8E:EB:3A:B9:72:A1:0E:26:8A:F5:EC:AF"]
}
}]
Source - https://docs.flutter.dev/cookbook/navigation/set-up-app-links#assetlinks-json Flutter Deep linking Guide - https://docs.flutter.dev/ui/navigation/deep-linking