Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error in flutter 3.29.0 because of V1 Embedding deprecation #1104

Open
PhantomRay opened this issue Feb 13, 2025 · 7 comments
Open

Comments

@PhantomRay
Copy link

Anyone knows how to remove the v1 code and make it work under v2?

@minhtritc97
Copy link

same issue

@PhantomRay
Copy link
Author

Can this be the last update please?

@TillJohanndeiter
Copy link

Is it still possible to create a fork an fix the problem there?

@tanersener
Copy link
Collaborator

@PhantomRay As previously announced, there will be no further updates from our side.

@TillJohanndeiter Yes, that's possible.

@PhantomRay
Copy link
Author

PhantomRay commented Feb 16, 2025

Yeah I know. That's why I said "Please".

The problem is now there is no viable replacement for such important package.

@TillJohanndeiter
Copy link

@tanersener

I use ffmpeg-kit for a feature in my flutter project. I'm think of these possibilities:

a) Remove the feature
b) Create a fork and upgrade the code

Would you like to make an estimate how demanding it would be to create a fork, migrate the code and integrate the fork into my project? I'm completely unfamiliar with ffmpeg. AFAIK it's definitely not easy because i would have to rebuild the binaries and then put them somehow into my ci.

@tanersener
Copy link
Collaborator

@TillJohanndeiter This is the situation regarding the Flutter plugin. I've pasted it from my medium article.

FFmpegKit’s hybrid plugins (Flutter/React Native) are standard plugins that rely on native FFmpegKit binaries. Once these native binaries are removed from the repositories, projects using hybrid plugins won’t be able to download them. The solution is to build the native FFmpegKit libraries for your platforms locally. If you have a development background, you can follow existing React Native tutorials for plugins with native dependencies and apply them to FFmpegKit’s React Native plugin. When you run into issues, most people either open a GitHub issue or seek help from AI tools; you can do the same.

Giving an estimate won't be realistic as it depends on your background and the tools you use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants