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();

0
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_img_compress