vesper_player_source_normalizer_ffmpeg 0.6.2
vesper_player_source_normalizer_ffmpeg: ^0.6.2 copied to clipboard
Optional FFmpeg SourceNormalizer native artifacts for Vesper Player Flutter hosts.
Changelog #
Unreleased #
0.6.2 - 2026-09-18 #
0.6.1 - 2026-09-18 #
0.6.0 - 2026-09-17 #
0.5.6 - 2026-09-16 #
- Raised the minimum supported Flutter toolchain to 3.47.2 and compileSdk to 37 while retaining minSdk 26.
0.5.5 - 2026-09-16 #
- Updated native SourceNormalizer constraints to 0.5.5 with retained verified plugin instances; Android consumer Kotlin tooling now uses 2.4.20.
0.5.4 - 2026-09-09 #
- Updated the native source-normalizer plugin constraints to 0.5.4 with the FFmpeg 9.0.1 source lock.
0.5.3 - 2026-09-09 #
- Prepared package metadata for the 0.5.3 release.
0.5.2 - 2026-09-03 #
- Prepared package metadata for the 0.5.2 release.
0.5.1 - 2026-09-01 #
- Prepared package metadata for the 0.5.1 release.
0.5.0 - 2026-08-29 #
- Prepared package metadata for the 0.5.0 release.
0.4.3-rc.1 - 2026-08-17 #
Changed #
- Android now resolves the hosted SourceNormalizer AAR with its same-version core and shared FFmpeg runtime closure.
- iOS now resolves the exact remote
VesperPlayerSourceNormalizerFfmpegcapability product; pub staging no longer copies local optional XCFrameworks. - The iOS SwiftPM product is dynamic so optional FFmpeg frameworks remain discoverable by the native plugin loader instead of being linked by the host executable.
0.4.2 - 2026-08-16 #
- Prepared package metadata for the 0.4.2 release.
0.4.1 - 2026-08-14 #
- The Android plugin package and bundled SourceNormalizer plugin identity now
use the
io.github.umbrella22reverse-DNS root. Existing serialized plugin references usingio.github.ikarosmust be recreated. - Aligned package and Android plugin metadata with the Vesper 0.4 package family.
- Android build tooling now uses Kotlin 2.4.10.
- Changed the iOS SPM package to depend on the canonical
VesperPlayerSourceNormalizerFfmpegPluginproduct. Flutter App targets embed and sign its framework and the FFmpeg component frameworks as top-level siblings. - Tagged iOS releases now publish the SourceNormalizer framework as part of the seven-XCFramework optional set, gated on the FFmpeg compliance archive and exact corresponding source archive.
0.3.0 #
- Adds optional native dependency wiring for the FFmpeg SourceNormalizer plugin.