polarby / render

A package to render any native static and moving flutter widgets to exportable formats
https://pub.dev/packages/render
MIT License
49 stars 26 forks source link

Installation Error - Ffmpeg #18

Open intellign opened 1 year ago

intellign commented 1 year ago

This is really amazing, Im trying to install but getting this error:

"[!] The 'Pods-Runner' target has frameworks with conflicting names: ffmpegkit.xcframework, libavcodec.xcframework, libavdevice.xcframework, libavfilter.xcframework, libavformat.xcframework, libavutil.xcframework, libswresample.xcframework, and libswscale.xcframework."

Everything installs perfectly when I remove Render from my dependencies

Azramis commented 11 months ago

Hi,

I'm facing exactly the same problem. I suspect you use another dependency that use a ffmpeg_kit_flutter_* or you have this kind of dependency in your own pubspec.yaml.

In my case, I can use of render, but I want to implements another RenderFormat from a different implementation of ffmpeg_kit_flutter and it's impossible due to the current dependency of render to ffmpeg_kit_flutter_https_gpl.

intellign commented 11 months ago

Hi,

I'm facing exactly the same problem. I suspect you use another dependency that use a ffmpeg_kit_flutter_* or you have this kind of dependency in your own pubspec.yaml.

In my case, I can use of render, but I want to implements another RenderFormat from a different implementation of ffmpeg_kit_flutter and it's impossible due to the current dependency of render to ffmpeg_kit_flutter_https_gpl.

@Azramis Thank you for the reply, I will look into my dependencies and keep you updated