you are my fucking hero i was trying to implement a video player for several days now without any sing of sucess but your tutorial help me that much that my player runs now. I am absolutly crying tears of happnieness thank god that you exist :D have a nice day and keep up the extremely good work.
Hi, thanks for your detailed explanation of this tutorial. There is a question I am wondering, can I play unlisted youtube video or private playlist by using this? Since I search a lot of information from google, but there is no answer and I even read the documentation from that youtube_player package and still don't know how to play a playlist or a private playlist or unlisted video. Hope you can answer my question and forgive my stupidness on understanding how to use that package, I really appreciate your effort. Thank you so much
E/flutter ( 7197): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: The request cannot be completed because you have exceeded your quota. first time i'm using this API, any fix?
Great video man. I want to access the duration of each video. Help me. Does anyone know how to access the duration of a video.? The Json snippet seems not to have that
App can't load a playlist! There is no error, it just shows loading screen animation and stay that way forever! I've added my own UA-cam API Key. I also added "android.permission.INTERNET" to android/app/src/main/AndroidManifest.xml. But it didn't help! I also tried various UA-cam channel Ids. Any suggestion...
Okay one thing is that it rakes videos from your uploads out of random not new to old how can i make it so that i get the latest videos from new to old
how to add cue point in video and how to add notes to cue point, once reach to cue point video should pause and notes should popup. and also how to manage the state of the video? please reply
Will all the videos in the channel be displayed in the flutter? So, in the future, if we upload a new video to the channel will it be reflected in the app?
Hi,Thanks marcus for your video,by the way..what about video from youtube it contains AR/VR?it can be replace by debugging on my smartphone rather than emulator one to watch AR/VR video?thanks in advance!
I created an app using the same plugin it worked fine on Android real device and IOS simulator, but when I uploaded to the play store and downloaded it, the videos were not loading anymore. Any Idea on what could be causing it?
Hi, awesome video, thank you! How can I avoid videos from repeating and also how can you call out a playlist instead of the videos of the whole channel?
Hi Marcus, thank you for that great video! I would like to ask if it is also possible to show or list UA-cam Live Streams. Or is it only possible to list "old" videos? Right now if I open Live Stream in my UA-cam channel it only lists the videos hours later when they are videos and not streams any more ...
First of all thanks a lot for your nice and beautiful tutorial that helps me a lot to learn about the using of UA-cam API. I have implemented your project but there is an issue. When I tap a video from the list of videos then it directed to the video screen and I can listen the sound of the video but I can't see the video. Why is this happening? Could you please help me to sort out the solution. Thanks again for your nice tutorial.
Hi, I implemented the code. Everything is working fine but videos are not playing. At first it was playing fine, but now it shows only the white spinner on the video thumbnail. Need a help
Thanks, but there seems to be one issue. The whole Playlist is getting repeated after keep on scrolling to the end. There seems to be an infinite scrolling happening. Please suggest how we can resolve that.
Hello thanks for you video but i have a problem that states 'Unhandled Exception: No filter selected. Expected one of: id, idParam, playlistId' I don't know what it means and i have checked Stackoverflow still no solution Do you have any Ideas
Hey Marcus! I wanted to ask you for help or advice on uploading a video to UA-cam. As far as I know, UA-cam has an API for uploading, but there is no library for flutter and dart. So, is it possible to upload videos to UA-cam via a flutter app?
audio work ,but video is not showing , can help ? I/chromium( 5280): [INFO:CONSOLE(570)] "Error while parsing the 'allow' attribute: 'accelerometer;', 'autoplay;', 'clipboard-write;', 'encrypted-media;', 'gyroscope;', 'picture-in-picture' are invalid feature names.", source: s.ytimg.com/yts/jsbin/www-widgetapi-vfligZDzo/www-widgetapi.js (570)
How can I add description of the video in the video_screen? I have tried a lot, but nothing works. Hoping for an answer... Thanks for the video by the way...😁
hi, nice video but i can't fix this error can you tell me " [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: The playlist identified with the request's playlistId parameter cannot be found."
hi, Marcus. I got error when trying to map with the json. on factory channel.from map , I got "NoSuchMethodError (NoSuchMethodError: The method '[]' was called on null. Receiver: null Tried calling: []("upload")) . * do you have any idea why ?
you are my fucking hero i was trying to implement a video player for several days now without any sing of sucess but your tutorial help me that much that my player runs now. I am absolutly crying tears of happnieness thank god that you exist :D have a nice day and keep up the extremely good work.
I appreciate all the details that you included. Very helpful
test
test
test
Marcus, thank you for this video. Please make a video in this series showing how to store whole sections of a screen in offline mode.
This is an amazing video! Thank you for making this tutorial! Very informative! Keep it up! :)
Thank You So much ! This is what I was trying to do for a few days.I am very excited to see my very own UA-cam Channel App.
Great content! Used your coupon to purchase your new Udemy course, excited to start. Looks really good.
did u please make a video on fetch playlist videos a humble request plz
btw thank u cause u save my lifeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee....can't imagine if I didnt found your channel.
is we are able to extract captions of particular video if yes how sir??i need that to my project
very helpful channel for flutter learning, keep it up
Hi, thanks for your detailed explanation of this tutorial. There is a question I am wondering, can I play unlisted youtube video or private playlist by using this? Since I search a lot of information from google, but there is no answer and I even read the documentation from that youtube_player package and still don't know how to play a playlist or a private playlist or unlisted video. Hope you can answer my question and forgive my stupidness on understanding how to use that package, I really appreciate your effort. Thank you so much
thank you very much for these tutorials, I get more information of them
Great vid! Could you do a similar video with the Spotify API? 🙏
if you go onto a different page and then comeback, it loses the already loaded videos and fetches next 8, any fix for this?
how to take youtube playlist?
make the request to '/youtube/v3/playlists', instead
@@RaitonGG sorry but where do you do that exactly?
thanks!!
@@PrabinThapaliya have you seen this video? he puts an endpoint. change it
RaitonGG that I did, but the playlist thing isn’t exactly working for me. But thanks a lot!!
Is it really work?
Thanks for a clear explanation
Do you know how to get caption tracks from specific videos? Would greatly appreciate, thanks!
E/flutter ( 7197): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: The request cannot be completed because you have exceeded your quota.
first time i'm using this API, any fix?
Great video man. I want to access the duration of each video. Help me. Does anyone know how to access the duration of a video.? The Json snippet seems not to have that
I'm interesting about it too
Great video 👍
can we embed youtube videos instead of using this bad player? it removes ads. can't select quality etc etc.
App can't load a playlist! There is no error, it just shows loading screen animation and stay that way forever! I've added my own UA-cam API Key. I also added "android.permission.INTERNET" to android/app/src/main/AndroidManifest.xml. But it didn't help! I also tried various UA-cam channel Ids. Any suggestion...
so is mine smh
lol so I think you would have done something wrong somewhere I created a new project and it worked
@@kdramaobsession254 Thank you sir its worked
@@journeywithraya you are welcome i am a girl though haha
Okay one thing is that it rakes videos from your uploads out of random not new to old how can i make it so that i get the latest videos from new to old
Great tutorial!
How to make live streaming section from our YT channel as additional feature to this app?
very very useful tutorial thx
Hi May I kindly request if you can you show how to search the video titles? THanks!
how to add cue point in video and how to add notes to cue point, once reach to cue point video should pause and notes should popup. and also how to manage the state of the video? please reply
how to you get the video once you have the ID? I cant find how to get the video model
Thanks so much sir, you help me a lot.
Hello sir, Can you make a tutorial with youtube playlist. Show and play videos from playlist. Please...
Wow wow thanks. Hope next is Insta Feed Screen and also thanks for udemy course going to take it.
How can i do it same things with playlist??
thanks very much,for this tutorial ))
Will all the videos in the channel be displayed in the flutter? So, in the future, if we upload a new video to the channel will it be reflected in the app?
Thank you!
Thanks Marcus, can you publish youtube shorts via api?
Hi i want to hide copy link button and share button from video playing in my app in flutter using youtubevideocontroller... thanks please help
Hi,Thanks marcus for your video,by the way..what about video from youtube it contains AR/VR?it can be replace by debugging on my smartphone rather than emulator one to watch AR/VR video?thanks in advance!
Great stuff! Can this be done with a private channel with private videos
I created an app using the same plugin it worked fine on Android real device and IOS simulator, but when I uploaded to the play store and downloaded it, the videos were not loading anymore. Any Idea on what could be causing it?
add as i posted above
Hi, awesome video, thank you! How can I avoid videos from repeating and also how can you call out a playlist instead of the videos of the whole channel?
Amazing work as always! Can you please create a video on eCommerce checkout and add a PayPal/credit card payment? Will be great
How to subscribe chennals and like some videos using UA-cam api data in flutter app?
can we put this on a stream so we dont have to refresh everytime?
Thanks man
Great tutorial!
Can I show videos with specific keywords like travel, food, etc. or not?
Is it possible to fetch a youtube playlist with the same in flutter?
How to take the private video?
Hi Marcus, thank you for that great video! I would like to ask if it is also possible to show or list UA-cam Live Streams. Or is it only possible to list "old" videos? Right now if I open Live Stream in my UA-cam channel it only lists the videos hours later when they are videos and not streams any more ...
Thanks a lot Sir!
I don't want to use youtube_player_flutter, how can i get the url of the video ?
First of all thanks a lot for your nice and beautiful tutorial that helps me a lot to learn about the using of UA-cam API. I have implemented your project but there is an issue. When I tap a video from the list of videos then it directed to the video screen and I can listen the sound of the video but I can't see the video. Why is this happening? Could you please help me to sort out the solution. Thanks again for your nice tutorial.
Hey @Marcus Ng I get the android{compileSdkVersion 33} error do you know how to solve it I change it in app build Gradle but didn't work.
How can add download option for this video . HOPE YOU WILL REPLY @MarcusNg
Hi, I implemented the code. Everything is working fine but videos are not playing. At first it was playing fine, but now it shows only the white spinner on the video thumbnail. Need a help
Thanks, but there seems to be one issue. The whole Playlist is getting repeated after keep on scrolling to the end. There seems to be an infinite scrolling happening. Please suggest how we can resolve that.
@marcus ng after a video finish playing in youtube, how to block another video suggestion by youtube??
thanks
Hello thanks for you video but i have a problem that states
'Unhandled Exception: No filter selected. Expected one of: id, idParam, playlistId'
I don't know what it means and i have checked Stackoverflow still no solution
Do you have any Ideas
That's a great tutorial. But I have a concern with regards to the views. If users watch videos from this app are they counted in youtube views?
Sir I followed the tutorial. when I click on the video only the circular progression is showing the video is not playing kindly help sir.
Could i make an App only play Audio Music from UA-cam, How to Make it, Thanks Pro
What is the use of a "factory"? You used it to get a video from a map, but I don't understand its function.
bro, how did you check the structure of the api?? ?I pasted the api key in google search bar but im not getting the structure.
Unhandled Exception: API key not valid. Please pass a valid API key. I just copy pasted my own API Key but why still key not valid? Please help
How would you implement My list to this
or if you wanted to have multiple different lists?
Thank you brother
If in the api link there is a private video, how should I solve it. Any help is appreciated
Is it legal to use the youtube player inside an app with ads? Thank you!
can we get download speed of network while playing videos
Great work!! I've noticed that after I scroll the list (ListView), I can't select anymore the video (GestureDetector killed??). Only by me this issue?
I noticed that your code wont bring livestream videos from playlist, do you know the reason for this ?
set isLive = true in flags
Do we need to pay for using the above API through gcp
Hey Marcus! I wanted to ask you for help or advice on uploading a video to UA-cam. As far as I know, UA-cam has an API for uploading, but there is no library for flutter and dart. So, is it possible to upload videos to UA-cam via a flutter app?
audio work ,but video is not showing , can help ?
I/chromium( 5280): [INFO:CONSOLE(570)] "Error while parsing the 'allow' attribute: 'accelerometer;', 'autoplay;', 'clipboard-write;', 'encrypted-media;', 'gyroscope;', 'picture-in-picture' are invalid feature names.", source: s.ytimg.com/yts/jsbin/www-widgetapi-vfligZDzo/www-widgetapi.js (570)
How can I add description of the video in the video_screen? I have tried a lot, but nothing works. Hoping for an answer... Thanks for the video by the way...😁
really nice
hi, nice video but i can't fix this error can you tell me " [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: The playlist identified with the request's playlistId parameter cannot be found."
Great video please explain blogger api flutter
hi, Marcus. I got error when trying to map with the json. on factory channel.from map , I got "NoSuchMethodError (NoSuchMethodError: The method '[]' was called on null.
Receiver: null
Tried calling: []("upload")) .
* do you have any idea why ?
Nice video what about saving and getting videos from firebase....can you do a tutorial on that?
How can we use channel names/title instead of channel id to search
can you add the whole example for you tube json
Why the page isnt loading for me
Can from Google Drive video?
How to add project credentials for both android and ios ?
I can't find the course on udemy what is the link?
Hello, and thank you for the video! How can I get the JSON, so that I can create the channel_model using the JSON?
Ok, found the link to UA-cam API Documentation in your video description, thanks! :)
@@milossblagojevic How can I return more than 50 video result using JSON?
@@lagadpankaj Look here: developers.google.com/youtube/v3/docs/videos/list#usage You have parameter maxResults to set up the number of results.
Hey can i ues that and remove youtupe icon?
Does it support quality selection
Works fine in debug mode, not in release mode..☹️
can i ask why _channel.videos..addAll, why not _channel.videos.addAll?
How to show views?
can you maybe make your mouse a bright color? :D thanks!
Nice
Tried this out and its not sorting by release date, how can we sort it that way?
@@MarcusNg Yea on first load it shows the latest but then it changes next time the page loads in.
List View show in playlist ?
pls help youtube video channel show in playlist mode ?
I didn't find this course at Udemy. Why?
Love UA-cam
where can I find that JSON???
btw thanks for the video!
How much will it cost to get youtube api