Flutter Firebase Dynamic Links Issue: Unable to Retrieve Link in `main()`
I’m using Firebase Dynamic Links in my Flutter application. When I click a dynamic link, the app opens perfectly, but I’m unable to retrieve the link in my main()
function.
Flutter Firebase dynamic links with custom dynamic parameters?
I’m trying to open an external link that should either redirects me to a product page inside my flutter app if the app is installed, or redirects me to the store app page if the app is not installed.
Cannot read firebase dynamic link inside flutter app
I’m trying to read a dynamic link that I created on firebase inside my flutter application, I did all the configuration but I’m always getting null as a value.