Preview video taken with camera on Flutter web - flutter

I have just implemented taking videos with the camera plugin on Flutter Web. After I stop recording, there's no way to show the users the video they have just recorded. The video player plugin won't play files on Flutter web, is there any other way to go about this?

Related

Flutter embed Apple Podcasts iframe in both web and iOS/Android

How do I go about embedding Apple's Podcast player in both iOS/Android and web? I would like the embedded player to play audio when pressed on 'play' button as well as size it dynamically (based on MediaQuery).
When I try the WebView widget in Android, I find that it essentially behanves like a small browser window inside the app and I am not able to play the audio at all.
Thanks!

Is it possible to play a video in Flutter backwards?

I'm using video_player plugin and can't find an option to play a video backwards.
Is there a different plugin with that functionality?
Specifically, I'm trying to create a video loop, where the video plays forward and then backwards

Flutter video player quality control for hls videos

I am developing a video player app using flutter. In this app, there will be a section for video streaming(HLS). I am using video_player package of Flutter for it, but there is no option to change the quality(1080p, 720p, 240p etc.). How can I implement video quality selection in video_player package?

Get current frame of playing video in Flutter

I am using a combination of video_player and chewie packages in flutter to play a video in my app.
The documentation does not tell anything about video frames, so I was wondering if anyone has a method to get the current playing frame on a playing video. Or if that is even possible.

Open chrome book default video player programmatically

I want to open the video player from my application to play a video. The video is selected by my application.
Is there any way to do this?