Flutter Video Player – Chewie Tutorial

preview_player
Показать описание
📗 Learn from the written tutorial 👇👇

Videos are everywhere - they can convey information more quickly than any other format. From YouTube and Instagram stories to app development courses, playing videos directly inside your app is becoming more and more needed.

How can play videos in Flutter? There is a library directly from the Flutter team simply called video_player. This library, however, is completely bare-bones. While it can play videos, it's up to you to add video playback controls and to style it. There is a better option which comes bundled with the UI as you'd expect both on Android and iOS - Chewie.

Go to my website for more information, code examples, and articles:

Follow me on social media:
Рекомендации по теме
Комментарии
Автор

Thank you, this simplified it quite a bit! I was struggling off the flutter documentation, but this breaks it down well step by step.

morganreed
Автор

As usual, your tutorial on Chewie is great.

mrchongnoi
Автор

Great video sir. You made the implementation quite easier.

But one thing, please make another video on Chewie to show the network handling while playing a video, i.e. buffering, retry, etc

subhajitkar
Автор

Great tutorial, always learning goodies from you, loved the built_value, semblast... Thank you

peekpt
Автор

Still a great video in 2021! Good tutorial Reso!

vinipachecov
Автор

Thank you for your hard work. We would like to see the YouTube tutorial you mentioned. We would also like more flutter_bloc tutorials with bloc listeners. Thanks again.

materialapp
Автор

Please make a tutorial to play videos from YouTube API.

saisonysrinu
Автор

Super man!!👍 Keep uploading flutter video its helpful for me...

ravivithani
Автор

Great tutorial!!! But how can I change to cupertino ui in Android. Because I really like more that buttons interfaces. Thanks, I hope an answer. Good job

kbyo
Автор

you are just amazing man.. thanks a lot

reemosman
Автор

how to play list of videos like if i parse some video urls for education purpose from web then play those in listview how can i do that?

GreatAdib
Автор

Thanks, Reso Coder. Is it possible to loop video 2-3 times instead of looping infinitely?

thinkshatechnologies
Автор

your tutorial is very helpful and successfully run and one Question is that how to change the video Quality,

ashish
Автор

get the current playback time of the video, save it into local DB and then next time resume the video from that saved position. can we achieve this?

paramjitrana
Автор

Have you ever experienced a super slow load when initializing videoplayer?
Mine could last up to 17 seconds before playing an online video... but when the same video was played on a PC, it plays instantly.

rezang
Автор

Hi Reso. Is there any way to play a youtube video and control the progress of it? Thank man.

trunghvbk
Автор

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

Rj-cl
Автор

hello sir great video. Please can tell you how to cache a network url video locally to play that video offline if there is no internet?

jahangirshah
Автор

Nice tutorial, How to get all the events related to the video from the Chewie?

GopalDevra
Автор

Thanks a lot Sir. This video helps me to fix bugs on my code. It's working fine now.

thanaungkyow