-
Notifications
You must be signed in to change notification settings - Fork 89
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
Navigator.pop does not work #52
Comments
This confused me for quite a while until I finally realized what was happening. I tried reversing the order of the statements (pop, then show flushbar), which seemed like it shouldn't work, but it did. |
I also want Navigator.pop ignore option... |
Is it possible for flushbar not react on Navigator.pop? |
@cmdrootaccess @mkbsugita @robinbonnes is there any way to achieve this? |
I'd be glad if this worked somehow |
It is impossible to use independent of navigation messages: on call pop it closes flushbar instead of pop the current page |
Common usage of classic snackbar is display snackbar and pop current page.
However when using Flushbar like this
Nothing happens. No flushbar is displayed nor current page is popped.
When I try to listen for Flushbar's status changes, the states are
However when I remove
Navigator.of(context).pop()
line. The printed status is:I think this should be considered as a bug. With normal Flutter's snackbar this is not issue.
The text was updated successfully, but these errors were encountered: