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

saveImage & saveVideo both return Future<bool> instead of the path string #195

Open
alfietapping opened this issue Dec 21, 2022 · 2 comments

Comments

@alfietapping
Copy link

alfietapping commented Dec 21, 2022

Documentation for this lib looks to be incorrect, the below does not return String path

  GallerySaver.saveImage(recordedImage.path).then((String path) {
          setState(() {
            firstButtonText = 'image saved!';
          });
        });
@kleyos
Copy link

kleyos commented Dec 30, 2022

Documentation for this lib looks to be incorrect, the below does not return String path

  GallerySaver.saveImage(recordedImage.path).then((String path) {
          setState(() {
            firstButtonText = 'image saved!';
          });
        });

And I have no clue what is the saved path. But I need to know this

@JeanPSF
Copy link

JeanPSF commented Sep 25, 2023

recordedImage.path is your path.

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

3 participants