video_compress_zero 3.1.4+202508001
video_compress_zero: ^3.1.4+202508001 copied to clipboard
A fork of the original 'video_compress' package version 3.1.4, updated to support Android API 35 and Gradle 8, with improved Android compatibility and fixes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add video_compress_zeroThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
video_compress_zero: ^3.1.4+202508001Alternatively, 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:video_compress_zero/video_compress_zero.dart';