Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow videos to be saved to gallery #2

Open
YeDaxia opened this issue Jun 28, 2021 · 1 comment
Open

Allow videos to be saved to gallery #2

YeDaxia opened this issue Jun 28, 2021 · 1 comment

Comments

@YeDaxia
Copy link

YeDaxia commented Jun 28, 2021

Thanks for the job.

OS: Android 10

I try to save the video to gallery, but the result is just a pic , see the red box below:

image

mycode:

await AddToGallery.addToGallery(
      originalFile: File("$downloadPath/1.mp4"),
      albumName: 'test',
      deleteOriginalFile: false,
);
@oodavid
Copy link
Contributor

oodavid commented Jun 28, 2021

Hi @YeDaxia - the package doesn't support video. It's a planned feature.

I'll update the docs to show that it's just images for now.

@oodavid oodavid closed this as completed Jun 28, 2021
@oodavid oodavid changed the title save video to gallery fail Allow videos to be saved to gallery Jun 28, 2021
@oodavid oodavid reopened this Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants