Common Problems with Branch Deeplinking Library | with solutions

Best Practices

I've been hearing a lot of feedback from folks where the deeplinking library is failing for you, and I'm constantly trying to update the documentation for the same, but here's some FAQs with solutions that I thought would be good to share here.

Please bear in mind, we’re actively improving the library (some enhancements are already in the works!), so feel free to share any feedback or report bugs. Every issue is a chance for us to make it better.

1. Why is my Branch link generation failing?

  1. Why isn’t deep linking working when testing from a simulator?

  2. Why isn't my deep link working when I navigate to another page from the home page?

    Hoping to improve this workflow soon so we don't have this restriction.

  3. Also ensure that the initBranch action is added to your final actions of your main.dart. Somebody suggested that they tried it but it was getting removed from the main.dart somehow. So ensure the action is present before testing on a physical device.

    Let me know if this resolves issues for your projects and if there are any new bugs you are facing? FAQs also present in the docs: https://docs.flutterflow.io/concepts/navigation/deep-dynamic-linking/#faqs

18
14 replies