We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[✓] Flutter (Channel stable, 3.24.3, on macOS 14.5 23F79 darwin-arm64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.4) [✓] Chrome - develop for the web [✓] Android Studio (version 2024.1) [✓] IntelliJ IDEA Ultimate Edition (version 2022.1.3)
http请求的suc和err中显示toast,一部分走suc一部分走err大概率会有toast不消失
我在请求的suc和err调用了如下方法, SmartDialog.showToast("testing", alignment: Alignment.center, displayType: SmartToastType.onlyRefresh, displayTime: const Duration(seconds: 1));
如果接口频繁调用弹框,大概率出现toast不消失
The text was updated successfully, but these errors were encountered:
复现demo
Sorry, something went wrong.
+1
No branches or pull requests
Version Information
[✓] Flutter (Channel stable, 3.24.3, on macOS 14.5 23F79 darwin-arm64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2022.1.3)
Describe the bug/requirement
http请求的suc和err中显示toast,一部分走suc一部分走err大概率会有toast不消失
Problem demo
我在请求的suc和err调用了如下方法,
SmartDialog.showToast("testing",
alignment: Alignment.center, displayType: SmartToastType.onlyRefresh, displayTime: const Duration(seconds: 1));
如果接口频繁调用弹框,大概率出现toast不消失
The text was updated successfully, but these errors were encountered: