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.
Changelog #
1.0.1 #
- Docs and pub.dev metadata polish (
dart format, shorter description). No API or behavior changes.
1.0.0 #
Initial release — native, FFmpeg-free video compression for Android, iOS & Web.
- Compress by target size, bitrate, quality %, or preset tier.
- HEVC (H.265) with automatic H.264 fallback on all platforms.
- Resolution / frame-rate caps, audio removal, trim, thumbnails, estimate.
- Live progress, cancellation, batch, and
saveToDownloads. - Engines: Media3 (Android), AVAssetReader/Writer (iOS), WebCodecs (Web).