Motion-Toast
Motion-Toast copied to clipboard
Motion Toast cant dismiss
using motion_toast: ^2.3.2
just put a button and called motion toast but it cant dismiss automatically, I have to tap over the screen.
MotionToast.success(
title: const Text(
'Lorum Ipsum',
style: TextStyle(fontWeight: FontWeight.bold),
),
description: const Text(
'Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor, sed do eiusmod tempor, sed do eiusmod tempor',
style: TextStyle(fontSize: 12),
),
).show(context);
is that anything missing I also try duration, dismissable, etc. but not working.
Hello @vishalpatel1327 I tested it and there's bug in dismissing the toast once it's fixed I will let you know
@koukibadr also it's not dismissible even manually if it's not used at the bottom position
Hello @vishalpatel1327 I tested it and there's bug in dismissing the toast once it's fixed I will let you know
This is a release blocker for us, do you have an estimate on when you will release a new version?
Dissmisible is also not working on web
Any update on this? thanks.
hello, any progress on the subject? @koukibadr
Hello @yunusdtarla @DiegoVega19 @pst9354 @thorizer @vishalpatel1327 I just published a new version that contains the bug fix, if it's okay you can close this issue sorry for the delay https://pub.dev/packages/motion_toast
Hi @koukibadr I tested it now and the problem is solved for me. Thank you.
Hello @vishalpatel1327 if the problem is solved in your app you can close this issue
@koukibadr sometimes when toasts appear too fast and they are stacked, they won't disappear automatically. it's not fully fixed
@thorizer can you please send me a code example for this issue so I can fix it ?