Flutter YouTube Player - Complete Tutorial From Scratch + Source Code

preview_player
Показать описание
In this video you will see how to play YouTube videos in flutter application, it will work in debug and release mode.
For better understanding, watch the video till the end...
If you face any problems, just comment.

Links Used In Video:

Flutter Tutorials:

BE MY FRIEND:

About My Channel:
Hey There,

LazyTechNo Will Provide These Contents:

[#Windows & #Linux]:
- News & Updates, Tips & Tricks, Setup & Configurations, Problem Solving.

[#Android & #IOS]:
- Tips & Tricks, App Reviews, Useful Apps, Hacks.

[#Coding & #Programming]:
- Problem Solving, Error Fixing, App Development, Website Development, Database, Scripting, Automations.

[#Design & #Edit]:
- Photo & Video Edits, Graphic Design, UI/UX Design, Web & App Design.

[#Games & #Reviews]:
- Latest Game Reviews, Tips & Tricks, Hacks, Solutions, Updates.

[#Hacks]:
- Hacking Tutorials.

[#Entertainment]:
- Tech Entertainments, Fun Tests And Shows.

Thank You :)
Рекомендации по теме
Комментарии
Автор

thank you for this video. Sir i have an issue in full screen, when click to full screen the player is shutt off

takirajani
Автор

hi, I follow your video and it really good but I got an appear and BottomNavigationBar, I try to make it disappear on video full screen but how cam I do that, please help thank

KaysonKidsTv
Автор

whenever I move the seek bar the video restarts...any suggestions

sourabhbankar
Автор

Many thanks for your effort, really nice video!
I have some questions, when I try to play the video it works but the image is not displayed corretly, any ideas?
Also is not working for web, is this normal?
Thanks!

ThePaucf
Автор

It only works for me when I'm in debug mode, even emulating on the mobile. When I do the release, the screen where the videos should be loaded stays blank. Any ideas?

Infinity-bsfv
Автор

in the getData method on the forEach loop am getting an error of undefined method(forEach).i followed your tutorial and copied your code.ill be glad if you can help

percynguni
Автор

how can I delete a video from the list ?

brarihoussem
Автор

The method 'forEach' isn't defined for the type 'Object'.
Try correcting the name to the name of an existing method, or defining a method named 'forEach' help me plss

kengkajorn
Автор

Sir please make a vedio on how to create firebase we are having trouble in making that 🙏🙏

amansaini
Автор

bhai for each waale error ko thk krdo yrr

harshverma
Автор

Sire, how to download facebook video ?

kms
Автор

Thx )))keep it up. But how can we store playlist vids url instead of single vid?

Dawamid
Автор

Hi, Can you help me? Such error

lib/home.dart:128:40: Error: The method 'forEach' isn't defined for the class 'Object'.

'Object' is from 'dart:core'.
Try correcting the name to the name of an existing method, or defining a method named 'forEach'.
.then((value) => value.data()?.forEach((key, value) {

lapira
Автор

getData() async {
await linkRef
.get()
.then((value) => value.data()?.forEach((key, value) {
if (!videoID.contains(value)) {
videoID.add(value);
}
}))
.whenComplete(() => setState(() {
videoID.shuffle();
showItem = true;
}));
}



code is Error invalue.data()?.forEach((key, value)
.

putchhaymorm
join shbcf.ru