Relative Content

Tag Archive for androidflutterdeep-linkingandroid-deep-linkflutter-deep-link

Deeplinks in Flutter when app is killed opens different instance on Android

I am working on a Flutter project that I am now configuring it to work with deeplinks. I managed to get deeplinks working correctly on iOS but on Android I am half way there. I can deeplink to any screen in the app without any issues if the app is open or in the background. However, If the app is killed and I try to deeplink to any screen, the app behaves in a very weird state. First it opens the app in a logged out state (even though I am logged in) and the app becomes unresposive, and can’t make any network requests.