fix: 修复复制地址提示层级问题,改用 toast 提示
- 创建统一的 ToastUtils 工具类 - 使用 BotToast.showCustomText 确保显示在所有弹窗之上 - 更新三处复制地址的代码使用新的 toast 方案 - 添加阴影效果提升视觉层次 - 支持成功/错误/警告等多种提示类型
This commit is contained in:
@@ -34,6 +34,9 @@ dependencies:
|
||||
# 图片选择
|
||||
image_picker: ^1.0.7
|
||||
|
||||
# Toast 提示
|
||||
bot_toast: ^4.1.3
|
||||
|
||||
# 字体
|
||||
google_fonts: ^6.2.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user