-
Notifications
You must be signed in to change notification settings - Fork 173
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
'package:flushbar/flushbar_route.dart': Failed assertion: line 308 pos 18: 'overlayEntries.isEmpty': is not true. #160
Comments
Having same issue. @liudonghua123 Have you got any solution? |
Also with me.
|
@dimple3695 Hi, I did not find a solution, and finally I changed to another package https://pub.dev/packages/overlay_support. |
same Problem here! |
Same issue for me, seems to be working fine but the error is annoying |
Same issue here. Works fine, but throws an error when Flushbar is hiding |
I have the same issue. Works fine until the Flushbar is closed.
|
I have same issue |
Bye flushbar, hi overlay_support. |
Clone the code and insert this line
at https://github.com/AndreHaueisen/flushbar/blob/master/lib/flushbar_route.dart#L307 |
@cmdrootaccess Thanks for the code snippet. It works! 😀😀 |
@cmdrootaccess Would you mind to open a pull request? Although if I see the activity of the package owner I dont think it will merged right? |
right. i will be making further development at https://github.com/cmdrootaccess/another-flushbar |
please use another_flushbar: ^1.10.5 . same code just fixed this issue |
Thank you for fixing the bug and publishing the fixed package @cmdrootaccess 😀 |
I solved for me |
Same problem. |
where is it published? I still see 1.10.4 in pub.dev. |
Awesome! |
oh, there is another flushbar called another_flushbar .. wow >.< |
Any update on it? |
Which is better, overlay support or another flushbar? |
I replaced it with another_flushbar.
|
thanks, it works fine. |
and then what should i use instread of 'onStatusChanged' ?????? |
you can also use https://pub.dev/packages/awesome_extensions, with some extra feature and with extension, as well as null safety support. |
it works .... |
I have the same issue here, I couldn't solve it, I had to move to another library called another_flushbar, I previously had an issue with unsound-null-safety! |
Describe the bug
I just invoke the following code snippet in a onPressed callback of button.
Paste relevant code
More detailed logs
The text was updated successfully, but these errors were encountered: