How to load and show a video file flutter web - flutter

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!

Related

how solve flutter with just_audio package problem

i used Just_audio pakage for load audio assets for windows app but when I turn the app show me
iam use this way to load assets
if you have solution for this problem or other ways to load assets or another package for windows flutter please tell me

Flutter web video trimmer

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 ?

How to read images from mobile library

I am looking for flutter package that can help in reading images in mobile library. Any idea if such a package exists
I appreciate your help.
A Flutter plugin for iOS and Android for picking images from the image library, and taking new pictures with the camera.
$ flutter pub add image_picker

How to play .m3u8 file on flutter web using video_player plugin?

Just tried video_player plugin with flutter web and .m3u8 file format, but it's not working at all .
Can someone help me if it works in any case or just MP4 is supported in video_player plugin for flutter web
In Flutter Web, I found some libraries that support playing m3u8 files like video_player_web_hls but it's not providing any controls like Play/Pause, Fast Forwarding, etc.
video_player_web_hls

Flutter audioplayers plugin - how to play online radio from this link?

I am trying to use the audioplayers plugin in flutter to play the radio at the following link
https://video2b.vixtream.net/radio/v/fbcfm
I tried setting the url but that doesn't work.
I am not sure how to extract the streaming url and set it in the AudioPlayer.
Any help is appreciated.
Thanks
You can use flutter radio package. It will full fill your requirements. Check working flutter app here...
Source code