upgrade deps

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-20 12:27:37 +08:00
parent 69ecdaef46
commit 7121376d50
6 changed files with 70 additions and 71 deletions

View File

@@ -320,6 +320,7 @@ abstract final class ImageUtils {
final savePath = await FilePicker.saveFile(
type: FileType.image,
fileName: fileName,
bytes: Uint8List(0),
);
if (savePath == null) {
SmartDialog.showToast("取消保存");
@@ -357,6 +358,7 @@ abstract final class ImageUtils {
final savePath = await FilePicker.saveFile(
type: type,
fileName: fileName,
bytes: Uint8List(0),
);
if (savePath == null) {
SmartDialog.showToast("取消保存");