Questions tagged [flutter-deep-link]

Use this tag for the deep link, and dynamic link issues in Flutter.

24 questions
3
votes
0 answers

flutter: App not installed then open in play store Deep linking

I am using deep linking for sharing event with that Id and I want here when my app is not install then redirect on playStore not website. At this time when I am clinking on link then redirect on website not redirecting on playstore(At this time app…
Deepak
  • 1,664
  • 3
  • 19
  • 52
3
votes
0 answers

How can i get Uri params in Flutter Mobile when open with Deeplink

I configured Navigator through GoRouter and I want to know how to receive a parameter through a deep link. Instead of configuring arguments in Widget corresponding to the destination, For iOS simulators, on the connected terminal, xcrun simctl…
2
votes
0 answers

after going on specific page through deep link URL when pressed back it get disabled the back pop for app as well as device

as I am using deep link URLS for opening different activity of my app but on expected activity launch it get disable the back button for device as well as for my app bar back pressed so I cant come back to Home page what I am doing wrong. i have…
1
vote
0 answers

How to put different routes with same URL in deep linking with flutter

How should I configure the routes for deeplinking in flutter if the URL is same with different parameters for two different features. For example: The URL I recived in mail for email verification is mywebsite.com/click/?token=abc1234 and the URL for…
1
vote
1 answer

Execute navigation programmatically

I try to implement a deep linking logic in my Flutter app. For navigation to my destination and to be sure to have the correct stack I need sometimes to choose the right tab on my BottomNavigationBar, then animate to the correct tab of my TabBar…
kuemme01
  • 472
  • 5
  • 19
1
vote
1 answer

Flutter Deep linking is not working in cold state

i was doing deep linking for my flutter app. The dependency i am using is AppLinks. Everything is working perfectly fine for iOS but for android, it is only working when the app is running in the background. If we remove the app from the background,…
1
vote
0 answers

Deep linking flutter app when user clicks google maps link disambiguation dialog not showing

In my flutter rider app when user click on google map link outside of my flutter rider app when my app not active.Then disambiguation dialog is not appearing to select my app.I just wanted to list my app in the disambiguation dialog when user clicks…
1
vote
1 answer

FDL logging failed. Add a dependency for Firebase Analytics to your app to enable logging of Dynamic Link events

I have created a dynamic link for the Flutter app using the Firebase console and I am trying to access that dynamic link data from within the app. But I am getting this message in the logs. The app is not using any authentication. I am using this…
Sweta Jain
  • 3,248
  • 6
  • 30
  • 50
0
votes
0 answers

How can I pass parameters in deeplink flutter?

I have setup deeplinking on my flutter application but I'm having trouble in being able to pass and use a parameter. Normally, the deeplink works for a predefined named route, say I press a link https://domain/signup - this will redirect the user to…
0
votes
0 answers

Flutter deep links open in web browser instead of app

I'm using go_router to handle all of my routes and navigation in my flutter app This is my router defined static GoRouter router = GoRouter( navigatorKey: StateService.navigatorKey, routes: [ GoRoute( path: StartPage.id, …
0
votes
0 answers

I have added deeplink to my app, but the url that my app can open are not set by default in my app settings

App links open perfectly but only issue is I have to set the url by clicking on add link and there in options that url is already present and i need to add that manually Here is the code for deep link in android manifest file …
0
votes
0 answers

deep link not working on real device, flutter

I use uniLinks package and it's work on android virtual device. but not working on the real device and when I open link in browser, it's not come back to app.
0
votes
0 answers

Flutter & Supabase can't redirect user back to splash screen after Google Auth w/ deeplink & go_router

Hi I have been trying to solve this problem of mine where after the user authenticates and is redirected back to my app through deeplink they are redirected back to whatever screen they were on (signin page in this case) instead of going into the…
0
votes
0 answers

Firebase Dynamic Links redirecting to App Store/Play Store instead of opening app directly from browser search bar

I'm facing an issue with Firebase Dynamic Links. When the dynamic link is opened from a browser's search bar, it redirects the user to the App Store/Play Store instead of opening the app directly. I'm looking for a solution where I can open the app…
0
votes
1 answer

Flutter Deeplink issue with image URL

I am facing an issue with deeplink part. When I try to jsonEncode, I got this error as shown in the attachment:
1
2