Milad Akarie

Results 241 comments of Milad Akarie

@wer-mathurin are you using a CupertinoAutoRouter?

@wer-mathurin I'm confused because it doesn't make sense to me that BackGesture is enabled on Android.

@wer-mathurin `AutoRoute` inherits it's type from `AdaptiveAutoRouter` so it becomes `AdaptiveRoute`, which on IOS uses `CupertinoRoute`

@wer-mathurin are you saying that your problem is on IOS will pop scope is not triggered when using BackGesture?

@lukaskurz Not sure what'g going on, AutoRouter is not using in sizing widget inside of it.

@jdbenito How and where are you reading the initial link?

@jdbenito are you using the new deep-link flag in IOS? ```xml FlutterDeepLinkingEnabled ``` more info [here](https://docs.flutter.dev/development/ui/navigation/deep-linking)

@jdbenito I'm not quite sure but I think the issue has to do with the scheme you're using Here's a demo using a custom scheme ( works perfectly ) ![ios_deep_link_demo](https://user-images.githubusercontent.com/55059449/184661604-06b72c24-a604-4323-822e-7adc9db9492d.gif)

@jdbenito Yes, the App was completely killed, not in the background.

@chhinsras I'm still trying to figure a way to pass static Typed args to guards but for the time being your only option is to pass your roles to the...