Skip to main content

Deep Link Setup In Flutter Code

Setting up deep links ensures seamless navigation between your web, mobile, and panel applications. Follow these steps carefully to configure deep linking in your Flutter project.


1️⃣ Add Domain 🌐

  • Choose the appropriate domain based on your usage:

    • If using a web domain, add the web domain. (If you want to use web for redirect)
    • If using a panel domain, add the panel domain.
  • Update the necessary files:

    • lib/utils/constant.dart

      deeplink

    • android/app/src/main/AndroidManifest.xml

      deeplink

  • 🔍 Ensure correctness: The domain should match across all configurations.


  • Modify the required files:

    • android/app/src/main/AndroidManifest.xml

      deeplink

    • ios/Runner/Info.plist

      deeplink

note

Please add your scheme here using a single word in lowercase (e.g., edemand),