stacked icon indicating copy to clipboard operation
stacked copied to clipboard

DeepLink in android and IOS

Open neerajrcodiant opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe.

How to handle deep link , it is giving error Could not find a generator for route RouteSettings("/", null) in the _WidgetsAppState.

Describe the solution you would like

please provide option for deep link redirection in stackedroute

Additional Context

I have url link , but when i open than link in the app it gives me above error.

neerajrcodiant avatar Dec 14 '23 13:12 neerajrcodiant

Hi there,

have anyone find a solution to this problem?

kr Felix

felixkriechbaum avatar Jan 09 '24 11:01 felixkriechbaum

Hi,

It should be handled the same as this tutorial.

You can ignore the firebase part, but the service will still work the same. You extract your link details using the schema you create and then you perform a navigation to where you want to go in the app.

FilledStacks avatar Jan 25 '24 09:01 FilledStacks