Motion-Toast
Motion-Toast copied to clipboard
``` dart MotionToast( dismissable: false, icon: Icons.error, primaryColor: CustomColors.red2, secondaryColor: CustomColors.red1, toastDuration: const Duration(seconds: 3), backgroundType: BackgroundType.solid, title: const Text( 'Error', style: TextStyle(fontWeight: FontWeight.bold), ), description: Text( text ?? 'Unexpected...
A toast should not interfere with other interactions when it's visible. But MotionToast is looks like acting like this. When it's in ui, it is intefering with other interactions user...
When the toast displayed multiple times it get stuck and doesn't dismiss automatically. also it prevent the interaction in the ui . here is the code: ``` MotionToast( icon: Icons.info_outline,...
When I show the toast message and navigate to another screen than it does navigate but after a few second toast message appear poping the screen taking me back from...
Feature to add Custom Animations such fade etc to the toast
Can you provide please any example of how to test, the title / description that is displayed in the motion toast? Here is my code that doesnt work. ``` My...
calling toast in a bottomsheet doesn't work
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',...
This project is licensed under the [GPL-3.0 license](https://github.com/koukibadr/Motion-Toast/blob/main/LICENSE). However, as the license states to provide copyright notices at the top of all `source code`, there isn't any included in any...