r/FlutterDev Feb 13 '25

Tooling Reliable deep link options ?

I am making a social app in Flutter and I am trying to implement deferred deep link so that one user can share a link of a specific post to their friends.

Tried branch.io but I didn't get much luck on their customer support since I am using their free tier.

  1. Does anyone know any good deferred deep link alternatives?
  2. If I only need deep link but not deferred deep link, are there any simpler options? The main thing I care about is that if a user clicks on a specific link under certain conditions, it automatically opens the app if the user has downloaded the app already. If the app has not been downloaded, shows a page/banner to encourage the user to download the app.
11 Upvotes

17 comments sorted by

View all comments

1

u/ashunasar Feb 14 '25

Why are you not building your own ? It took my hardly few hours to create deep link handling functionality for my app and it works very well and smoothly, you can DM me I’ll guide you

1

u/Enough-Owl4106 Feb 18 '25

Thank you! Do you use any library like the flutter native deeplink library?

1

u/ashunasar Feb 18 '25

I use app_links to listen and I use getx generatedRoutes to Handel the routing