Flutter – Deep linking with go router doesn't navigate to correct screen when app is not launched on iOS
I'm trying to implement deep linking with go_router. Everything is working fine on Android, but on iOS opening the deep link URL opens the app to the correct screen only if the app is open and it is in the…