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

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

1.0.2 #

  • Added coroutine support for running FFmpeg commands concurrently on Android.
  • Improved background execution with async/DispatchQueue for iOS.
  • Fixed potential UI blocking by executing commands in the background.
  • Enhanced error handling and return code consistency for both platforms.

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.