-
Notifications
You must be signed in to change notification settings - Fork 109
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
报错了 #50
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
════════ Exception caught by scheduler library ═════════════════════════════════
The following assertion was thrown during a scheduler callback:
'package:flutter/src/widgets/overlay.dart': Failed assertion: line 132 pos 12: '_overlay != null': is not true.
Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause.
In either case, please report this assertion by filing a bug on GitHub:
/~https://github.com/flutter/flutter/issues/new?template=BUG.md
When the exception was thrown, this was the stack
#2 OverlayEntry.remove
package:flutter/…/widgets/overlay.dart:132
#3 BotToastManager.remove.
package:bot_toast/src/bot_toast_manager.dart:130
#4 safeRun.
package:bot_toast/src/bot_toast_manager.dart:11
#5 SchedulerBinding._invokeFrameCallback
package:flutter/…/scheduler/binding.dart:1102
#6 SchedulerBinding.handleDrawFrame
package:flutter/…/scheduler/binding.dart:1049
...
════════════════════════════════════════════════════════════════════════════════
The text was updated successfully, but these errors were encountered: