Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flushbar is blocking navigation #84

Closed
cantaspinar opened this issue Sep 16, 2019 · 2 comments
Closed

Flushbar is blocking navigation #84

cantaspinar opened this issue Sep 16, 2019 · 2 comments

Comments

@cantaspinar
Copy link

Describe the bug
When Flushbar is displayed, tapping on back button hides the Flushbar instead of navigating back. Is there a way to navigate back without dismissing the Flushbar?

@AndreHaueisen
Copy link
Owner

Because Flutter routes are a stack and Flushbar is a route, it has to be dismissed before routes bellow it.

@ampersanda
Copy link

Is there any way to push Flushbar without interfere the current Navigator.pop?
It seems that using navigatorKey also doesn't solve to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants