We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting an error when using the CompressWithFile function.
compressedImage = await FlutterImageCompress.compressWithFile( file.path, minWidth: targetSize.width.toInt(), minHeight: targetSize.height.toInt(), quality: quality, format: CompressFormat.jpeg, );
The text was updated successfully, but these errors were encountered:
same issue
Sorry, something went wrong.
I had the same error after I tried to use compute(). After removing it the error was gone and it worked again.
To solve the error you just have to
npx pod-install
I figured out after one hour...
No branches or pull requests
I'm getting an error when using the CompressWithFile function.
The text was updated successfully, but these errors were encountered: