Motion-Toast icon indicating copy to clipboard operation
Motion-Toast copied to clipboard

Motion Toast cant dismiss

Open vishalpatel1327 opened this issue 2 years ago • 11 comments

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.

vishalpatel1327 avatar Aug 25 '22 08:08 vishalpatel1327

Hello @vishalpatel1327 I tested it and there's bug in dismissing the toast once it's fixed I will let you know

koukibadr avatar Aug 27 '22 08:08 koukibadr

@koukibadr also it's not dismissible even manually if it's not used at the bottom position

thorizer avatar Aug 31 '22 12:08 thorizer

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?

pst9354 avatar Aug 31 '22 15:08 pst9354

Dissmisible is also not working on web

hberkayozdemir avatar Sep 05 '22 11:09 hberkayozdemir

Any update on this? thanks.

DiegoVega19 avatar Sep 06 '22 17:09 DiegoVega19

hello, any progress on the subject? @koukibadr

yunusdtarla avatar Sep 08 '22 19:09 yunusdtarla

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

koukibadr avatar Sep 11 '22 17:09 koukibadr

Hi @koukibadr I tested it now and the problem is solved for me. Thank you.

yunusdtarla avatar Sep 11 '22 17:09 yunusdtarla

Hello @vishalpatel1327 if the problem is solved in your app you can close this issue

koukibadr avatar Sep 18 '22 09:09 koukibadr

@koukibadr sometimes when toasts appear too fast and they are stacked, they won't disappear automatically. it's not fully fixed

thorizer avatar Sep 28 '22 13:09 thorizer

@thorizer can you please send me a code example for this issue so I can fix it ?

koukibadr avatar Oct 30 '22 14:10 koukibadr