flutter_ffmpeg_utils 1.0.1
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 withdart: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 andffmpeg-kit-ios-full
on iOS.