mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +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