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

Error dissmising toast #134

Open
varodpg opened this issue Jan 11, 2025 · 1 comment
Open

Error dissmising toast #134

varodpg opened this issue Jan 11, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@varodpg
Copy link

varodpg commented Jan 11, 2025

Hi, I don't know if it's an error or that it's not in the functionality, but I would like to know if it's possible or if it's a bug. When displaying a toast, the app stops working until the toast disappears. Yes the property dissmisable works, which makes that if you click on the toast disappears, but I would like that if I touch on another site of my application, the toast disappears or at least still being able to use the application, but in this case, it remains frozen until the toast disappears.

Thank you!

My code:

MotionToast.success(
     description: const Text('Notification deleted'),
     position: MotionToastPosition.bottom,
    dismissable: true,
).show(context)
@koukibadr
Copy link
Owner

thanks for your feedback @varodpg this already an ongoing task I'll push it to pub.dev in the next release

@koukibadr koukibadr added the bug Something isn't working label Jan 17, 2025
@koukibadr koukibadr self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants