all_image_compress 1.0.2 copy "all_image_compress: ^1.0.2" to clipboard
all_image_compress: ^1.0.2 copied to clipboard

A powerful, pure-Dart image compression library for Flutter. Supports JPEG, PNG, GIF, BMP, TIFF and WebP decode. Runs in Isolates to avoid UI jank. No native code required.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add all_image_compress

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

dependencies:
  all_image_compress: ^1.0.2

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:all_image_compress/all_image_compress.dart';
4
likes
160
points
317
downloads

Documentation

API reference

Publisher

verified publisheropensource.tatamemaster.com.br

Weekly Downloads

A powerful, pure-Dart image compression library for Flutter. Supports JPEG, PNG, GIF, BMP, TIFF and WebP decode. Runs in Isolates to avoid UI jank. No native code required.

Repository (GitHub)
View/report issues

Topics

#image #compression #image-processing #flutter #dart

License

MIT (license)

Dependencies

flutter, image

More

Packages that depend on all_image_compress