deeplinks not working, validated with flutter dev tools

Actions & Logic

I'm trying to set up deeplinks for my app. While testing the app on a local device and using flutter dev tools it points out I'm missing the assetlinks.json (Android) and the app-links (iOS) files in the root in the hosting.

Since I'm hosting with flutterflow using the custom domain, I cannot find a way to upload this two files into the root folder.

I'm I missing something?

What have you tried so far?
  • Using flutter dev tools to trouble shoot

  • going through the two json files: app-link-settings-release.json and universal-link-settings-Release-Runner.json

    • both seem to have missing information, like the SHA256 for Android.

Did you check FlutterFlow's Documentation for this topic?
Yes