Reputation: 17
i want to share my flutter app link with my referral code on WhatsApp to another user,when that user click on that link if the app in not install that time link redirect to play store and if app is already installed that time app in directly open ,and when user open register page that time my referral code automatically fulfill textbox
Upvotes: 0
Views: 1999
Reputation: 495
You can achieve this by Firebase Dynamic links
https://pub.dev/packages/firebase_dynamic_links
Upvotes: 1