Use this tag for the deep link, and dynamic link issues in Flutter.
Questions tagged [flutter-deep-link]
24 questions
0
votes
0 answers
Enable/Disable the deeplinks at code level
I am working on a flutter app that supports deeplinks via library plugins like app_links, uni_links.
I have the requirement that I want to disable the deeplinks (weblinks) in the app for a particular workflow.
I can precisely identify the scenario…

learning-everyday
- 503
- 5
- 7
0
votes
0 answers
Flutter Dynamic Links (Uni_links) work on Android but not iOS
I am using the uni_links package for deep linking. What I want to do is to open the site from the mobile application or browser when the users whose link is sent click on the link. Android worked but not ios. Can you explain in detail what I should…

kubilaydrk
- 1
- 1
0
votes
0 answers
Getting `Failed assertion: line 25 pos 16: 'subloc.startsWith('/')': is not true.` while redirecting from google Auth by supabase on ios flutter
I am using google Oauth provided by supabase. I have added deeplink as specified by supabase which works on both android and ios. So when i click on google Oauth, it redirects to browser and on success, it returns back to the app. This works fine on…

Dhruv D Jain
- 33
- 5
0
votes
0 answers
Problems with GoRouter deeplink paths when app is not deployt under root
I want to host an Flutter Web App under https://www.someDomain.com/someFolder/otherFolder
and create a deeplink like that https://www.someDomain.com/someFolder/otherFolder/showProducts/1
that should also work for smartphones.
In android I define:
…

derChris
- 726
- 8
- 19
0
votes
0 answers
Flutter Web App deeplinking when app loaded in iFrame
I have a flutter web app with GoRouter and deeplinking is working.
But we want to build some "Frame" around the app that the app is displayed as a smartphone on a website (portrait) and we have done it by embedding the flutter web app in an…

derChris
- 726
- 8
- 19
0
votes
0 answers
Deeplinking in Flutter with GoRouter does not work when using PathUrlStrategy
In the GoRouter I have defined a path for deeplinking:
static const String DEEP_LINK = "deeplink/:someID/:someName";
It is working in the browser as expeced using
http://localhost:12345/#/deeplink/1/test
but when I…

derChris
- 726
- 8
- 19
0
votes
0 answers
Flutter : Deep linking is not working properly
I implemented deep-linking on my flutter app.
I added this code to my androidManifest.xml file
…

Abir Ahsan
- 2,649
- 29
- 51
0
votes
1 answer
Flutter / Android 12 - Using deep links with a custom scheme makes the https scheme disabled by default
I'm currently working on deep links on Flutter. I managed to have almost everything working, except for this strange behaviour on Android 12 only. (iOS working also fine).
If I set a custom scheme for the deep links in the manifest, then Android 12…

Gautier Vuillaume
- 23
- 4
-1
votes
0 answers
deep link doesn't work properly on ios but works fine on android - flutter
I use firebase dynamic link and applink to receive link. But it only works fine on android, and on ios it only opens the app or appstore but doesn't catch the linkenter image description here
[[I tried setting for ios as…

Tenshi
- 1
- 1