upgrade dep

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-09 17:43:50 +08:00
parent 3b09534320
commit b8cae015d7
6 changed files with 9 additions and 9 deletions

View File

@@ -311,7 +311,7 @@ abstract final class ImageUtils {
}
} else {
SmartDialog.dismiss();
final savePath = await FilePicker.platform.saveFile(
final savePath = await FilePicker.saveFile(
type: FileType.image,
fileName: fileName,
);
@@ -348,7 +348,7 @@ abstract final class ImageUtils {
);
if (del) file.tryDel();
} else {
final savePath = await FilePicker.platform.saveFile(
final savePath = await FilePicker.saveFile(
type: type,
fileName: fileName,
);