fast_image_compress 0.0.3 copy "fast_image_compress: ^0.0.3" to clipboard
fast_image_compress: ^0.0.3 copied to clipboard

A Flutter plugin that allows you to compress images easily and quickly.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_image_compress
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fast_image_compress: ^0.0.3
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fast_image_compress/fast_image_compress.dart';
copied to clipboard
34
likes
160
points
58
downloads

Publisher

verified publishersimform.com

Weekly Downloads

2024.10.06 - 2025.04.20

A Flutter plugin that allows you to compress images easily and quickly.

Repository (GitHub)
View/report issues

Topics

#image-compression #image-processing #parallel-processing #image #compression

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on fast_image_compress