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

@@ -17,7 +17,7 @@ abstract final class StorageUtils {
allowedExtensions: allowedExtensions,
type: type,
fileName: name,
bytes: PlatformUtils.isDesktop ? null : bytes,
bytes: PlatformUtils.isDesktop ? Uint8List(0) : bytes,
);
if (path == null) {
SmartDialog.showToast("取消保存");