ffmpeg_kit_extended_flutter 0.1.2
ffmpeg_kit_extended_flutter: ^0.1.2 copied to clipboard
FFmpeg Kit Extended for Flutter. Supports Windows and Linux.
FFmpegKit Extended Flutter Plugin CHANGELOG #
0.1.2 #
-
Feature: Add
flutter_lintsand improve static analysis configuration -
Feature: Add
loggingpackage for enhanced configuration script output -
Improvement: Refactor
configure.dartto usedart:developer.logandloggingpackage -
Improvement: Deprecate
streamingbundle type in favor ofvideo(streaming is now included in all bundles) -
Documentation: Update
installation.mdwith modern installation steps and options -
Testing: Suppress verbose print statements in integration tests during non-debug modes
-
Chore: Add LGPL license headers to configuration scripts
-
Refactor: Improve configuration script logging syntax
-
Fix: Disable unsupported mobile and macOS platforms in pubspec.yaml
0.1.0 #
- Feature release based on native FFmpeg v8.0 API
- Implemented windows support
- Updated linux support
- Complete refactoring of the codebase to ffi instead of native implementation
0.0.0 #
- Repository created