marcglasberg / back_button_interceptor

Flutter Package: May be used to intercept the Android back-button, as an alternative to `WillPopScope`.
BSD 2-Clause "Simplified" License
105 stars 21 forks source link

Conflict with go_router deep links #24

Open Maatteogekko opened 1 year ago

Maatteogekko commented 1 year ago

I think is the same issue as in #23 , except in this case the navigation in prevented when invoking a deep link when the app is open and using the go_router package as described here

If you don't intend on fixing this, I could look into it. But at least a warning should be put on the README. I spent two days debugging this issue 🙃

marcglasberg commented 1 year ago

Sure, I never used go_router and can't fix this. It would be great if you could have a look into it. Also, very sorry for the delayed response.

eifachmache commented 2 months ago

Unfortunately, the conflict persists. The warning as Maatteo mentioned, would have been nice.