-
Notifications
You must be signed in to change notification settings - Fork 673
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
Whitespace in title messes up extension. #995
Comments
This issue is stale because it has been open for 14 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Can we reopen this because it really needs a fix!? |
@miguelpruivo Can you take a look, please? |
This issue is stale because it has been open for 14 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
@miguelpruivo The issue is again closed due to inactivity even though the problem remains. Can we expect a fix? |
Before creating an issue, make sure that you are on the latest
file_picker
version and that there aren't already any similar opened inssues. Also, check if it isn't described on the Wiki, specially on Troubleshooting page.Also, sometimes a simple
flutter clean
andflutter build
again with latest file_picker version, may end up by fixing cached issues, so I encourage you to first do so.Describe the bug
A picked file's
.path
are.extension
messed up if a title has whitespaces.For example, if a file at
/storage/emulated/0/video/2021_04_10 02:59.mp4
is pickedfile.path
andfile.extension
arePlatform
Platform OS version
What version did it happen?
Android 9 (3.18.120)
How are you picking?
Details to reproduce the issue
If I rename a file without whitespaces, it works well.
Error Log
Screenshots and/or video
Flutter Version details
Additional context
The text was updated successfully, but these errors were encountered: