flutter_img_compress 1.0.2 flutter_img_compress: ^1.0.2 copied to clipboard
This is a plugin compress your image to a expected size,And also you can use this plugin to save image to the album or dictionary.
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();