flutter_compress 1.0.1
flutter_compress: ^1.0.1 copied to clipboard
Native video compression for Android, iOS & Web — no FFmpeg. Target-size/bitrate/quality control, HEVC with H.264 fallback, live progress and cancellation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_compressThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_compress: ^1.0.1Alternatively, 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_compress/flutter_compress.dart';