Francesc Reig

Results 10 comments of Francesc Reig

Thanks @andrm! The best would be to update this current base library @teranetsrl (or @okrad), but meanwhile I will use the fork one. I will leave the issue open to...

Hello @darshankawar, I am gonna check out the answer from @chunhtai but I don't think using the GlobalKey of the Navigator state would help. This started to happen on the...

Hi @darshankawar I've tried the runnable code sample you shared and worked as expected on both versions (3.16.0 and 3.19.5). That's working as expected because we are playing with the...

Hello @darshankawar the example @firgia shared is enough to reproduce the issue. Thanks

I found a similar issue that probably relates to this one: https://github.com/flutter/flutter/issues/116994

Hi again @darshankawar, Thank you for your answer, it really helped me a lot giving me the chance to look at `ModalRoute.of(context)`. I've found that in this new version of...

Hi @darshankawar yes, I think that this PR did introduce this issue. I haven't test it, but looking at `rotues.dart` on this PR, the line 1729, marking the modal barrier...

Hello @darshankawar thanks for also finding the PR that could solve this. I will also look into this comment https://github.com/flutter/flutter/pull/145389#issuecomment-2035045393 to check if there's any news regarding this topic. I...

@chunhtai Okay, maybe it is working as intended but I would not close this issue until you provide a solution to what is expected to work, for example when passing...

Hello! I am also interested on this topic, since when I just started using this library on web I realized the same. This approach for me works fine, but I...