flutter_media_compress 1.1.0 copy "flutter_media_compress: ^1.1.0" to clipboard
flutter_media_compress: ^1.1.0 copied to clipboard

Powerful Flutter package to compress images, videos, audio, and documents with a unified API, batch processing, quality presets, FFmpeg audio, and auto detection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_media_compress

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

dependencies:
  flutter_media_compress: ^1.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:flutter_media_compress/flutter_media_compress.dart';
2
likes
160
points
175
downloads

Publisher

verified publisherronak-vasoliya.devservers.site

Weekly Downloads

Powerful Flutter package to compress images, videos, audio, and documents with a unified API, batch processing, quality presets, FFmpeg audio, and auto detection.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

archive, ffmpeg_kit_flutter_new, flutter, flutter_image_compress, path, video_compress

More

Packages that depend on flutter_media_compress