laterdayi
laterdayi
> Can you elaborate on what is wrong? I don't see any difference in the pictures. This is the script I set up, the function I want is to change...
Is it possible to fix this issue, it is not possible to manually upgrade the version of multiple dependencies via script, it will automatically cancel the operation
想能支持 设个最大高度,让 modal content 自行滚动
same https://github.com/juliansteenbakker/mobile_scanner/issues/773#issuecomment-2072972048
`bot_toast`  `toastification` 
``` void handle() { toastification.dismissAll(); toastification.show( type: ToastificationType.error, style: ToastificationStyle.flatColored, title: const Text('Fail), alignment: Alignment.bottomCenter, showProgressBar: false, autoCloseDuration: const Duration(seconds: 4), animationBuilder: ( context, c, alignment, child, ) { return...
I'm expecting the animations to be consistent when I switch to toastification
I set the parameters, but these problems still exist @payam-zahedi ``` toastification.dismissAll(delayForAnimation: false); toastification.show( type: ToastificationType.error, style: ToastificationStyle.flatColored, title: const Text('Fail'), alignment: Alignment.bottomCenter, showProgressBar: false, autoCloseDuration: const Duration(seconds: 4), animationBuilder:...
https://github.com/payam-zahedi/toastification/assets/122137647/9b39e5c3-ed5c-40df-825a-afa8aaaf67d3 I re-summarized the problem 1. In the first second of the video, I double-clicked twice. Although I had set dismissAll(delayForAnimation: false), it still toasted twice. 2. 3-5 seconds into...
https://github.com/payam-zahedi/toastification/assets/122137647/740c5a4d-8b54-49cd-a392-f75e511daeb1 This is about the first time the pop-up is slow, the first time is always slow, after the click is normal speed