How to Find Your Custom URL Scheme in FlutterFlow

Nov 12, 2025

Learn where to locate your app’s default custom URL scheme in FlutterFlow for use with dynamic link tools like Linqly.

Why You Need It

If you’re integrating your FlutterFlow app with Linqly or any deep-linking service, you’ll need your app’s custom URL scheme.

FlutterFlow automatically creates this scheme for every app — you just need to copy it.


Steps to Find It

1️⃣ Open your FlutterFlow project.

2️⃣ Go to Settings & Integrations in the left menu.

3️⃣ Select App Details.

4️⃣ Scroll down to the Routing & Deep Linking section.

5️⃣ You’ll see two text boxes.

• Copy both boxes together — the scheme and host — exactly as shown.

• It should look something like this: myapp://myapp.com


This value (e.g., myapp://myapp.com) is your app’s custom URL scheme.

You’ll use it in Linqly when registering your app for deep linking.

Related Articles