For a project at work we use this https://pub.dev/packages/tapioca package in a flutter app, the goal of this app is to make a simple video editing app with Flutter.
Current possibilities; Adding images/text to a video, cut the video and show a preview.
The only thing I can't seem to figure out is audio editing, possibility to remove the original audio and put another audio file over the video. Does anybody know how this would be possible to do?
Thanks in advance, Greetz