all_image_compress 1.0.0 copy "all_image_compress: ^1.0.0" to clipboard
all_image_compress: ^1.0.0 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 Dart:

 $ dart pub add all_image_compress

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 dart pub get):

dependencies:
  all_image_compress: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
317
downloads

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

License

unknown (license)

Dependencies

flutter, image

More

Packages that depend on all_image_compress