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

Unhandled Exception: No Overlay widget found. #80

Closed
acaEpicss opened this issue Mar 15, 2023 · 2 comments
Closed

Unhandled Exception: No Overlay widget found. #80

acaEpicss opened this issue Mar 15, 2023 · 2 comments

Comments

@acaEpicss
Copy link

Screenshot 2023-03-15 at 10 37 36
Screenshot 2023-03-15 at 10 37 50

Apparently there a problem in flutter version 3.7 where you shouldn't use Overlay.of(context) but instead use Overlay.maybeOf(context) if i understand this problem correctly...

Here is a link to similar issue.
flutter/flutter#120591 (comment)

I started getting this problem soon after i upgraded to flutter Flutter (Channel stable, 3.7.7).
If it's maybe just issu for me, any suggestions how to handle this?

koukibadr added a commit that referenced this issue Mar 16, 2023
@koukibadr koukibadr reopened this Mar 16, 2023
@koukibadr
Copy link
Owner

thanks @acaEpicss for filling this issue, a new version has been published https://pub.dev/packages/elegant_notification

if everything is okay feel free to close this issue

@acaEpicss
Copy link
Author

@koukibadr thanks for fast response and fix, as far as i can see it works great now. So I'm closing this issue.

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

2 participants