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

Powerful Flutter package to compress images, videos, audio, and documents with one unified API. Includes batch compression, quality control, FFmpeg-based audio compression, automatic media type detect [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_media_compress

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

dependencies:
  flutter_media_compress: ^1.0.0

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:flutter_media_compress/flutter_media_compress.dart';
2
likes
0
points
178
downloads

Publisher

verified publisherronak-vasoliya.devservers.site

Weekly Downloads

Powerful Flutter package to compress images, videos, audio, and documents with one unified API. Includes batch compression, quality control, FFmpeg-based audio compression, automatic media type detection, and backup support.

Homepage

License

unknown (license)

Dependencies

archive, ffmpeg_kit_flutter_new, flutter, flutter_image_compress, path, video_compress

More

Packages that depend on flutter_media_compress