pixel_compressor 0.1.0 copy "pixel_compressor: ^0.1.0" to clipboard
pixel_compressor: ^0.1.0 copied to clipboard

Native image and video compression for Flutter — resizing, format conversion, thumbnails, metadata, and target-size compression. No FFmpeg.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pixel_compressor

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

dependencies:
  pixel_compressor: ^0.1.0

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:pixel_compressor/pixel_compressor.dart';
0
likes
160
points
47
downloads

Documentation

API reference

Publisher

verified publishertherivanta.com

Weekly Downloads

Native image and video compression for Flutter — resizing, format conversion, thumbnails, metadata, and target-size compression. No FFmpeg.

Repository (GitHub)
View/report issues

Topics

#image #video #compression #media #thumbnail

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, meta, plugin_platform_interface, web

More

Packages that depend on pixel_compressor

Packages that implement pixel_compressor