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

@@ -43,7 +43,7 @@ abstract final class Utils {
FileType type = FileType.custom,
}) async {
try {
final path = await FilePicker.platform.saveFile(
final path = await FilePicker.saveFile(
allowedExtensions: allowedExtensions,
type: type,
fileName: name,