I'm using HTTPS scheme and am testing
on my Android Emulator.
When I tap on a link, the flutter app tries to navigate to a screen that is specified in the link itself, after '/'. For example, if I open this link https://some-domain.com/settings, it will try and navigate to a route named '/settings'. Is there a way to override this behavior to not navigate anywhere, and let me parse the link, and navigate wherever I want
I'm using HTTPS scheme and am testing on my Android Emulator.
When I tap on a link, the flutter app tries to navigate to a screen that is specified in the link itself, after '/'. For example, if I open this link https://some-domain.com/settings, it will try and navigate to a route named '/settings'. Is there a way to override this behavior to not navigate anywhere, and let me parse the link, and navigate wherever I want