This repository has been archived by the owner on May 31, 2023. It is now read-only.
[Bug] Cannot get image properties if file name contain white space on iOS #73
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
iOS
Issue on iOS specific devices
Steps to reproduce:
ImageProperties properties = await FlutterNativeImage.getImageProperties(filePath);
Expected result:
Actual result:
It happens on iOS only, work well on Android. It can workaround by remove all white space, but I just report here so others will be noticed.
The text was updated successfully, but these errors were encountered: