Pod and Moduel android version 5.1.0 and lower
Flutter project request ffmpeg_kit_flutter_min_gpl: ^5.1.0 but no Pods and no Module android is reachable
Error 404
Sorry about that! The project has been retired. All native binaries for 4.x and 5.x releases were deleted from the repositories as shared in the project README.
Sorry about that! The project has been retired. All native binaries for 4.x and 5.x releases were deleted from the repositories as shared in the project README.
there's no way to download it manually somewhere ?
No, there are no publicly available 4.x or 5.x binaries.
You can migrate to 6.x as a short-term fix. However, please note that 6.x will also be deleted in April. Therefore, if you still need it after that, you’ll have to build ffmpeg-kit locally.
can anybody share the older version from their system?
@preteambuy @imothek In the forked repository: https://github.com/carl-designlibro/ffmpeg-kit/tree/main I temporarily resolved the missing iOS XCFramework and Android AAR files caused by the removal of remote dependencies by using local directory files.(v5.1.0 and v6.0.3) The process (e.g., locating AAR files, modifying dependencies) is documented :https://juejin.cn/post/7482753184654721074
@carl-designlibro i was using the "ffmpeg_kit_flutter_full_gpl: ^6.0.3" version of it. How can i use that in ur cloned version?
@preteambuy I have obtained the legacy binary files through two methods:
Cached files from previous device deployments Pre-deletion backups of the official repository Since I haven't utilized the ffmpeg_kit_flutter_full_gpl dependency in my implementation, I didn't maintain backups of its related binaries. You may:
Attempt retrieval using the approaches above Request shared copies from other team members if unavailable locally
thanks @carl-designlibro . I did generate the build locally to generate the file and referenced it as a local dependency. All good now.