Skip to content
New issue

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

Error : instance member 'cropImage can't be accessed using static access #1

Closed
Mike6x opened this issue Mar 6, 2022 · 1 comment
Closed

Comments

@Mike6x
Copy link

Mike6x commented Mar 6, 2022

image

croppedFile = await ImageCropper.cropImage(
compressQuality: 50,
sourcePath: image.path,
aspectRatioPresets: [
CropAspectRatioPreset.square,
CropAspectRatioPreset.ratio3x2,
CropAspectRatioPreset.original,
CropAspectRatioPreset.ratio4x3,
CropAspectRatioPreset.ratio16x9
],

@thealteria
Copy link
Owner

Fixed in the new commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants