flutter_img_compress 1.0.0 copy "flutter_img_compress: ^1.0.0" to clipboard
flutter_img_compress: ^1.0.0 copied to clipboard

A new Flutter plugin.

flutter_img_compress #

Compress your image to a expected size.

How to use?

#file path String? filePath = await FlutterImageCompress.compressImage( path, maxSize: size, maxWidth: maxWidth, maxHeight: maxHeight, quality: quality, );

or just

FlutterImageCompress.compressImage(path,quality,maxWidth,maxHeight);

#which will save to path

FlutterImageCompress.getCompressDefaultPath();