fluttercandies / flutter_image_compress

flutter image compress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Provide CompressError Class to flutter side

Swastik-Neodocs opened this issue · comments

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

I have encounter the issues with compressWithFile today with CompressError