image_compression 1.0.5 copy "image_compression: ^1.0.5" to clipboard
image_compression: ^1.0.5 copied to clipboard

A Dart Extension for image package to compress and resize the images.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add image_compression
copied to clipboard

With Flutter:

 $ flutter pub add image_compression
copied to clipboard

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

dependencies:
  image_compression: ^1.0.5
copied to clipboard

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:image_compression/image_compression.dart';
copied to clipboard
46
likes
140
points
9.43k
downloads

Publisher

verified publisheralan.my.id

Weekly Downloads

2024.06.23 - 2025.01.05

A Dart Extension for image package to compress and resize the images.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

image, mime, path

More

Packages that depend on image_compression