Flutter web video trimmer - flutter

I am trying to develop a web-app in flutter and need a feature to let the user cut videos on it but can't figure out a working solution. Is there any idea to build such a video trimmer for flutter web ?

Related

Can I open camera and micro from Flutter webAPP?

I am beginner in flutter, I've created a mobile APP and then I converted it to WebAPP,
As am using camera, micro, and qr code scanner plugins in my mobile app, i wonder if i can always use them in my webapp ?
thank you

How to load and show a video file flutter web

I want to show a video in my website developed using flutter web, what the solution for this problem?
Note: Using video_player package doesn't work for file. VideoPlayerController.file() not implemented for flutter web.
Thx for help!

Is there any API for video conferencing for Flutter Web?

I am currently working on Flutter web and want to build Google meet like feature in the web app. I found some like Jitsi, 100ms and VideoSDK, but they don't support FLutter web.
I am not familiar with it. But i know Agora is supporting flutter. But i don't know if it will work with flutter web.
https://docs.agora.io/en/Video/landing-page?platform=Flutter
Edit:
The SDK package says it supports web
https://pub.dev/packages/agora_rtc_engine/versions/5.2.0

How can I get metadata from video - Flutter DESKTOP

I'm developing a desktop app with flutter, and I gotta get the metadata information.
I've been trying to use flutter_ffmpeg, but It does not have support to flutter desktop. Is there another way to do that for flutter desktop?

SCORM player in Flutter

How to play SCORM content in flutter mobile application.
Basically this is used to make online learning more interactive and used in online learning application.
Got reference for web application not for mobile application.
I have done google for this but not getting anything for flutter mobile application.