native_image_compress 0.3.2 copy "native_image_compress: ^0.3.2" to clipboard
native_image_compress: ^0.3.2 copied to clipboard

Compress images to JPEG, PNG, WebP, HEIC, or AVIF using the platform's native encoders.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_image_compress

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

dependencies:
  native_image_compress: ^0.3.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:native_image_compress/image_compress.dart';
1
likes
160
points
439
downloads

Documentation

API reference

Publisher

verified publishernexosphere.xyz

Weekly Downloads

Compress images to JPEG, PNG, WebP, HEIC, or AVIF using the platform's native encoders.

Repository
View/report issues

Topics

#image #compress #webp #heic #avif

License

MIT (license)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on native_image_compress

Packages that implement native_image_compress