How to Find Your Custom URL Scheme in FlutterFlow
A 60-second guide to locating the URL scheme FlutterFlow auto-generates for your app — which you'll need to paste into Linqly or any deep-linking service.
title: "How to Find Your Custom URL Scheme in FlutterFlow" description: "A 60-second guide to locating the URL scheme FlutterFlow auto-generates for your app — which you'll need to paste into Linqly or any deep-linking service." date: "2025-04-08" category: "Guides"
If you're integrating your FlutterFlow app with Linqly — or any deep-linking service — you'll need your app's custom URL scheme. FlutterFlow auto-generates this for every project. Here's exactly where to find it.
Step-by-step
- Open your FlutterFlow project.
- In the left sidebar, go to Settings & Integrations.
- Click App Details.
- Scroll to the Routing & Deep Linking section.
- You'll see two text boxes: one for the scheme and one for the host.
Copy both boxes together
Copy them exactly as shown. When combined, the value looks like this:
myapp://myapp.com
That's the custom URL scheme you'll paste into Linqly (or whichever deep-linking service you use) during app registration. Both halves matter — don't leave out the host.
What's next
Ready to wire this up to Linqly? Read How to set up deep links & dynamic links in FlutterFlow using Linqly.
Want to ship deep links in your own app?
Linqly is free to start — 300 clicks/month, no credit card required.
Start for free