Questions tagged [flutter-video-player]

For questions related to playing a video with the Flutter open source framework by Google.

247 questions
0
votes
1 answer

Memory data source for Better player plugin flutter

I am building an app where users can post images or videos. I am having trouble finding the best way to display the videos. I have tried using the flutter teams video player plugin but I don't want to have to save the video as a file in order to…
0
votes
2 answers

How to add a double tap gesture to video player without loosing the focus of controls?

I tried it by wrapping the return ClipRRect( borderRadius: BorderRadius.circular(30.0), child: Chewie( controller: _chewieController, ) with return Stack( children: [ …
0
votes
1 answer

How to play multiple video in grid view flutter?

VideoPlayerController _controller; Future _initializeVideoPlayerFuture; @override void initState() { _controller = VideoPlayerController.network(widget.post.downloadURL[0]) ..setLooping(true) ..play() …
0
votes
0 answers

How to use paginaton in flutter video player?

I am using flutter video_player library and I want to play a long list of videos but fetching only 3 videos at a time from the server?
Sam Rai
  • 1
  • 1
  • 2
0
votes
0 answers

Flutter:how play video in background mode?

I want to play a video in backg mode in flutter. actually i want to play video even my phone is locked ,i know exo play can play a video in background service. but I dont know how ply a video in background service can help me ?
0
votes
2 answers

How to get src value in Flutter?

I am pulling data from REST API using Laravel Passport, the data has an embed code, I need to play the video, for which I have to use ext_video_player, how can I get the src value from embed code like this: