flutter_ffmpeg_utils 1.0.1 copy "flutter_ffmpeg_utils: ^1.0.1" to clipboard
flutter_ffmpeg_utils: ^1.0.1 copied to clipboard

A Flutter plugin to execute FFmpeg commands on Android and iOS.

1.0.1 #

  • Renamed package to flutter_ffmpeg_utils and updated all references.
  • Added proper DartDoc comments to public API to meet pub.flutter-io.cn standards.
  • Replaced print() statements with dart:developer.log for improved logging.
  • Fixed argument handling for executeFFmpeg method.
  • Updated podspec to ensure correct iOS plugin linking.

1.0.0 #

  • Initial release with raw FFmpeg command execution support for Android and iOS.
  • Compatible with mobile-ffmpeg on Android and ffmpeg-kit-ios-full on iOS.