Stacked-Org / stacked

A Flutter application architecture created from real world scenarios
MIT License
957 stars 255 forks source link

DeepLink in android and IOS #1069

Open neerajrcodiant opened 9 months ago

neerajrcodiant commented 9 months ago

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.

felixkriechbaum commented 8 months ago

Hi there,

have anyone find a solution to this problem?

kr Felix

FilledStacks commented 8 months ago

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.