-
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. #167
Comments
Duplicate #160 |
please use another_flushbar: ^1.10.5 . same code just fixed this issue |
@cmdrootaccess Thanks, this works! |
I solved for me |
@AndreHaueisen Are you still maintaining flushbar repo? Maybe cmdrootaccess can supply you with a PR of the fix, would you accept it? I really like flushbar but I need something that is maintained. |
@AndreHaueisen Please answer, do be afraid of losing users of your library, either add contributors or mark it as UNMAINTAINED. |
Ye this package is great, would be awesome if someone decided to take it over. Displaying in a similar form to snackbar is a lot prettier than a toast. |
@themadmrj Use the package another_flushbar instead |
Ye already made the switch, thanks a bunch :) |
you can also use https://pub.dev/packages/awesome_extensions, with some extra feature and with extension, as well as null safety support. |
When trying to show a basic Flushbar, I get this error after the slide-out animation has ended:
'package:flushbar/flushbar_route.dart': Failed assertion: line 308 pos 18: 'overlayEntries.isEmpty': is not true.
Code:
The text was updated successfully, but these errors were encountered: