howljs / hl_image_picker

Simplify media selection, cropping, and camera functionality in your Flutter app. Choose images/videos from the library, crop images, and capture new photos/videos with ease.
https://pub.dev/packages/hl_image_picker
20 stars 12 forks source link

Issue when filename contains space #26

Closed lsj333610dl closed 2 months ago

lsj333610dl commented 3 months ago

If the picked filename contains spaces, the path is url encoded and cannot be loaded

For example: Original path: path/to/image name.jpeg picker item path: /path/to/image%20name.jpeg

This issue has been tested on iOS.