youtube_player_flutter
youtube_player_flutter copied to clipboard
[BUG] How to have multiple players with full screen support?
Hi, I would like to map a list of URLs with the player in it. I need full-screen support. How to do this?
List _url = [......];
YoutubePlayerBuilder( player: YoutubePlayer( controller: _controller, ), builder: (context, player){ return Column( children: [ _url.map((url) => { player (url) } ], ); ), ),
Hi,
Have you ever come up with a solution? I am trying to achieve the same result.
Me as well, I am trying to achieve the same result.
You can do something like this.
https://github.com/sarbagyastha/youtube_player_flutter/blob/master/packages/youtube_player_iframe/example/lib/video_list_page.dart