-
Notifications
You must be signed in to change notification settings - Fork 845
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
Saving image file should say where it has been saved on desktop #1759
Comments
I might do this for desktop but for mobile it's not a good idea as the app is sandboxed and the path will be useless |
I see this has implemented on
|
The behavior is broken and the issue was not fixed correctly, it always shows the |
Does this work on mobile devices now or only for desktop as previously said? |
Previously for mobile, desktop support was broken or confusing, and the web was not supported. It works on all platforms now (not merged or published yet), including the web. The message is slightly different based on the platform, and no longer shows As for the image file path (where it has been saved), currently, it shows the Snackbar message with an action (labeled
The Snackbar message:
Refer to #2403 for more details. |
Is there an existing issue for this?
Follow:
On the result snackbar it should say where the image file has been saved, otherwise on different platforms it hard to find where it. The result snackbar should say something like:
"The image has been saved at: path/to/location"
The current message is
"Saved using the network"
.I was using flutter quill on linux, after saving the image file I have searched it on all folders to find it. After some effort I found it was
gal
orgal_linux
is saving it on `/tmp/gal/image.png'.The text was updated successfully, but these errors were encountered: