stacked
stacked copied to clipboard
DeepLink in android and IOS
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.
Hi there,
have anyone find a solution to this problem?
kr Felix
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.