fluttercandies / flutter_image_compress

flutter image compress
MIT License
633 stars 214 forks source link

[Feature request] Provide CompressError Class to flutter side #252

Open Swastik-Neodocs opened 1 year ago

Swastik-Neodocs commented 1 year ago

Platforms

Android, iOS

Description

While compressing image there's a chance the path may be invalid, it will return a CompressImage instance and in flutter you haven't provided as it is implemented in native side, so we didnt what exaclty do we print while catching error because some provide error.code or error.status, i had go through your github repo to find the parameter.

Why

No response

jenpingus commented 1 year ago

I have encounter the issues with compressWithFile today with CompressError