Questions tagged [youtube-player-flutter]
40 questions
0
votes
0 answers
Build issue while using library youtube_player_iframe
I have used the plugin youtube_player_iframe: ^3.1.0, but getting below issue…

hrishikesh rajwade
- 111
- 6
0
votes
1 answer
Web app using youtube_player_iframe, video won't play if it's the only one in the playlist
I’m trying to understand why youtube_player_iframe 3.1.0 isn’t working for me. I used the sample app verbatim from here except I modified initState() to add my video to the playlist (and changed startSeconds to 0). (The unmodified sample app works…

gh-pap
- 1
- 2
0
votes
1 answer
Error when uploading multiple videos using youtube_player_iframe
When I try to display several youtube players on the visible part of the page, the players may give an error instead of a video.
For example, if on the mobile version I try to build several players at once, then some give an error. And if there is…

M14
- 192
- 1
- 2
- 10
0
votes
2 answers
Change Youtube Flutter Flags
Is there a way to change the Youtube flutter Flags after first init.
I am trying to make it so that upon clicking a button to a new video it changes video and then also sets the Flags startAt and endAt to my chosen ints.
However…

Ankere
- 13
- 4
0
votes
1 answer
Youtube package not working in flutter. just keep getting the loading screen
Youtube package not working in flutter.
just keep getting the loading screen.
this is loading screen.
this is my code.
youtubeContainer(int count) {
return List.generate(count, (index) {
final YoutubePlayerController _controller =…

Hoon
- 1
- 1
0
votes
1 answer
Background image with Youtube Player in place
I have a page on my flutter app where I play a video from youtube. So the thing is that I want to have a background image on the whole page but for some reason the image doesnt appear. Can anyone please look at my code and tell me what am I doing…

taha khamis
- 401
- 4
- 22
0
votes
0 answers
My youtube Video Player is not working with listview.builder
when i tried youtube credential for youtube video player with list view it is not working.
showing The following error:
NoSuchMethodError was thrown building HomeScreen(dirty, state:
_HomeScreenState#44f2e): The getter 'video' was called on…

App Mart BD
- 1
- 1
0
votes
3 answers
How to play playlist youtube video in flutter
I have playlist youtube videos list and I get id and url how to play playlist youtube videos by id or url with youtube_player_flutter
I tried but not worked.
user14742245
0
votes
1 answer
From a list of YouTube videos rendered in a card stack, the 1st video starts playing in every card on swipe
I am trying to create a Tinder-like swipe functionality with the Youtube videos. I'll provide a detailed description of what I am trying to achieve.
Step by Step breakdown:
Fetch the Youtube videos using the Youtube Data API v3.
youtube…

shet_tayyy
- 5,366
- 11
- 44
- 82
-2
votes
1 answer
video is not showing in fullscreen in ios device in youtube_player_flutter package
I'm using youtube_player_flutter package for playing youtube video.
It's working in android but in IOS device while tapping on fullscreen button, video is not showing in full-screen. please help.
Thanks in advance.

khushbu
- 47
- 4