native_image_compress 0.2.1 copy "native_image_compress: ^0.2.1" to clipboard
native_image_compress: ^0.2.1 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 Dart:

 $ dart pub add native_image_compress

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

dependencies:
  native_image_compress: ^0.2.1

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

Publisher

verified publishernexosphere.xyz

Weekly Downloads

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

Repository

License

unknown (license)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on native_image_compress

Packages that implement native_image_compress