I'm having problems with with branch.io in flutter android. I integrated the flutter branch sdk, setup everything, validation passes. In the validation log there is an example link and I also created a link in the dashboard. I paste both links into the notes app.
When I press the validation link my app opens but the payload says it's not a branch link. When I press the link I created it doesn't open my app and goes to the fallback website BUT after that if I open the app manually the link payload is passed to me in the listener.
I tried opening the link from inside the app with url_launcher. Same behavior.
I'm at a loss at what I'm supposed to do. All this was done in a completely new and clean flutter app with only the branch sdk present.