flutter_compress 1.1.0
flutter_compress: ^1.1.0 copied to clipboard
Native video & image compression for Android, iOS & Web — no FFmpeg. Target-size/bitrate/quality control, HEVC with H.264 fallback, live progress and cancellation.
import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(const DemoApp());