chore: update deps

This commit is contained in:
bggRGjQaUbCoE
2024-10-22 17:32:24 +08:00
parent ca28dd374a
commit c12700fc47
5 changed files with 161 additions and 137 deletions

View File

@@ -1154,9 +1154,9 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
final SaveResult result =
await SaverGallery.saveImage(
value,
name: name,
fileName: name,
androidRelativePath: "Pictures/Screenshots",
androidExistNotSave: false,
skipIfExists: false,
);
if (result.isSuccess) {