mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 10:06:23 +08:00
chore: update deps
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user