Questions tagged [youtube-player-flutter]

40 questions
0
votes
1 answer

Video wont load while using the youtube_player_flutter package

I am working on a page, there is cover image when clicked a screen with a youtube video appears and plays. The problem is that the video does not play at all it simply refuses to play. 01 - Below is a screen shot of the image with a play button 02…
Abel Moremi
  • 65
  • 1
  • 10
0
votes
1 answer

platform exception on YouTube_player_flutter package

I implemented a YouTube player flutter package, but it keeps returning platform exception with circularprogressindicator on the frame, while trying to play the video. here is the error VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception:…
0
votes
0 answers

I want the video I got from youtube to play on my screen

I want to make a question solution application. I have a list of questions and when that question is pressed, I want to take it to the youtube video of the relevant question, as an example, I did something like this, I will change it, but there is a…
Atakan Sever
  • 51
  • 1
  • 6
0
votes
0 answers

Admob Placement using Flutter youtube player

I have a screen with a list youtube links. When i click one of them i am being taken to the youtube player screen when i want to go back, i have placed onWillPop to display an admob interstetial Ad when user is navigating back. Does this violate…
0
votes
0 answers

youtube_player_flutter and cached_network_image is not working in release apk

I am using youtube_player_flutter and cached_network_image packages in flutter project they are working properly in debug mode but when i create apk using command flutter build apk and install it on the phone(android) it is not working and showing…
Munsif Ali
  • 1,839
  • 1
  • 8
  • 22
0
votes
0 answers

Change YouTube video quality while playing in a flutter app using youtube_player_flutter package and youtube_api

I want to change the quality of a youtube video that is being loaded and displayed from the internet inside my flutter application. I am using youtube_player_flutter package and i am getting the data like videoURL/thumbnail and video title using…
0
votes
0 answers

how to convert asynchronus function to synchronous

i am trying to make a youtube video carousel such that when a video completes it should move to next slide and play the next video automatically. and if a user manually swipes slide then also previous one should stop and the next one should play…
0
votes
0 answers

play youtube videos permission

I’m using youtube_player in my app to play videos, some of which I own and some I don’t. I’m wondering if this goes against Play Store rules and if so, how can I incorporate YouTube videos in my app without breaking any rules?
Esraa Hamada
  • 121
  • 1
  • 5
0
votes
0 answers

Flutter YouTube iframe fullscreen failed on some devices

I have an flutter app show some YouTube videos, in some devices... Specifically Samsung A series & Poco mobiles The videos are displayed in full screen mode like the image shown below Note that: The full screen mode displayed normal on all devices…
slackgate
  • 57
  • 2
  • 7
0
votes
0 answers

Why is the full screen mode not working on the website but works fine in dev mode

I'm using youtube_player_iframe: ^4.0.4 to stream my youtube video. When I launch my web app from my main.dart the full screen option works perfectly. I put my site online and the full screen doesn't work there. Can someone help me with this issue…
Coca95
  • 31
  • 5
0
votes
0 answers

youtube_player_flutter control tools freeze on IOS

We have an app show some youtube videos for more than year the current version use youtube_player_flutter in past week some IOS users tell us that when videos start to play the control tools was freezing we don't know why, even though it is the same…
slackgate
  • 57
  • 2
  • 7
0
votes
0 answers

youtube_player_flutter v8.1.0 not enabling full-screen mode on Android in Flutter

Hello i am using flutter youtube plugin youtube_player_flutter: ^8.1.0.The issue was in this plugin it was not enabling full screen button for playing youtube video in full mode here is my code please check and let me know what issue in that code.I…
mark anthony
  • 227
  • 1
  • 3
  • 14
0
votes
0 answers

Fixing PlatformException runtime error, how can I fix it?

I am using youtube_video_player package. But I am getting this PlatformException ERROR I have to play videos from YouTube using video links
0
votes
0 answers

Youtube Player Flutter infinity loading after release

I’m using youtube_player_flutter package it works on emulator But when release the video goes in infinity load I tried to add permissions on Android file directly “didn’t ask user” but that wasn’t helpful If there any thing you can help Or specific…
0
votes
1 answer

SOLUTION - SystemUi Overlay Disappearing Using YoutubePlayerFlutter

If this happens when you after you go into full screen. Before clicking fullscreen When in fullscreen Overlay gone on page Overlay also gone on other pages Then you will need to add onExitFullScreen: () =>…
Ankere
  • 13
  • 4