mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Run pub update
This commit is contained in:
@ -29,7 +29,7 @@ Future<BytesFile> showImageCropper(BuildContext context, BytesFile source,
|
||||
file = await generateTemporaryFile();
|
||||
await file.writeAsBytes(source.bytes);
|
||||
|
||||
File cropped = await ImageCropper.cropImage(
|
||||
File cropped = await ImageCropper().cropImage(
|
||||
sourcePath: file.absolute.path,
|
||||
compressFormat: ImageCompressFormat.png,
|
||||
aspectRatio: aspectRatio,
|
||||
|
Reference in New Issue
Block a user