Flutter Tutorial - Video Player - Asset, File & Network

  Рет қаралды 77,693

HeyFlutter․com

HeyFlutter․com

Күн бұрын

Пікірлер: 176
@HeyFlutter
@HeyFlutter 2 жыл бұрын
This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/video_example Video Player FullScreen & Orientation Tutorial: kzbin.info/www/bejne/rmG9f4Rmjr2snKc Share Images & Videos Tutorial: kzbin.info/www/bejne/Y4HQhnmYl6ZgfNU Video Skip & Rewind Tutorial: kzbin.info/www/bejne/jqCcZGxjhL6EmK8 Fitness App Video Player Tutorial: kzbin.info/www/bejne/pJ6lZaWGor5rmsk Pick & Crop Image Tutorial: kzbin.info/www/bejne/ponFc4eAqZyZqK8 Image Tutorial: kzbin.info/www/bejne/gHWnoIFoia2qq8k Advanced Image Tutorial: kzbin.info/www/bejne/bXnSdqaCq9uFhsk Fade In Image Tutorial: kzbin.info/www/bejne/hmXbnHR7hNiEiKs Progress Indicator Tutorial: kzbin.info/www/bejne/r2XCqWmJqJ2ahac Detect App Background & App Closed Tutorial: kzbin.info/www/bejne/gKrEoamip9KAaJY Animated Switcher Tutorial: kzbin.info/www/bejne/pmO2o2ukZ69mf5I SharedPreferences Store & Load Data Tutorial: kzbin.info/www/bejne/qauynZ9-iZaGbbs Detect Wifi, Mobile & No Internet Tutorial: kzbin.info/www/bejne/lXXEfXp9r9lrfsU
@ahmadsalem5418
@ahmadsalem5418 4 жыл бұрын
You are the best programmer I have seen in my life Thank you continue I wish you good luck
@goplayman5658
@goplayman5658 3 жыл бұрын
Thanks for this! If anyone is experiencing issues running on the emulator, run it on a real device :)
@mathemithirn2369
@mathemithirn2369 3 жыл бұрын
If someone has the same problem like me: At 3:20 it's not "&& controller.value.initialized" anymore, but you have to write "&& controller.value.isInitialized" I think that's cause of changes in the newest version of the video_player. BUT nevertheless thanks a lot for that perfect video!!!
@reemaahuja8397
@reemaahuja8397 2 жыл бұрын
Hey .. How to add animated text over video and then save Pls help. Thank you!
@shaansen6821
@shaansen6821 3 жыл бұрын
need help... At 3:48 my video is not playing at all. all i am seeing is the circular progress indicator. also, the controller.value.initialized is showing an error and asking to change to controller.value.isInitialized. after print('$controller') it is showing that the controller is not initialized.
@Xx-nd1rs
@Xx-nd1rs 2 жыл бұрын
i have the same issue , did you find a soultion?
@Counter_Hour
@Counter_Hour 2 жыл бұрын
Great video! Just one question: is the addListener(()=>SetState(){}) at 1:57 really necessary? It does not appear in the package documentation, sounds a bit expensive for me since it is rebuilding the entire widget tree every time. Am I overlooking something?
@Counter_Hour
@Counter_Hour 2 жыл бұрын
@@HeyFlutter thank you, but the listener in this case is not firing every time the controller value changes, rebuilding the state every frame? Big fan of yours 🙏
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Il Controra! 🙂. It is in init state and only called once when the widget is build initially for the first time
@OBLIVIOUSKARI
@OBLIVIOUSKARI 3 жыл бұрын
I hope you get a million subscribers. Thank you!
@pranavvariar2751
@pranavvariar2751 Жыл бұрын
Videos does not play in android while you are on a phone call , even if we press play. How to solve this issue?
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank You @pranavvariar2751! Follow this link: github.com/flutter/flutter/issues/131127 I hope you will get your answer 🙂
@weirdbuggames
@weirdbuggames Жыл бұрын
this channel is a freakin gold mine!
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad it was helpful, @v2gamedev 😀
@gabrielb.9021
@gabrielb.9021 3 жыл бұрын
Therefore I subscribed to your channel and therefore liked the video.
@tycoonthinkers
@tycoonthinkers 2 жыл бұрын
will the same works well with getx frame work inplace or will work only with stateful widget
@Gammer-zi7wk
@Gammer-zi7wk 2 жыл бұрын
very clear & attractive voice that makes the learning process even more better :) and interesting.
@NitishKumar-gx9hu
@NitishKumar-gx9hu 3 жыл бұрын
Hey thank your I am going to subscribe to your channel you deserve our support
@vijaypanday7290
@vijaypanday7290 Жыл бұрын
Is there a way to add srt file from a webadress?
@samfights
@samfights Жыл бұрын
what if i need to initialize video_player from API call?
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank You @sam2ko! Follow this link: pub.dev/packages/video_player I hope you will get your answer 🙂
@nyzmemre
@nyzmemre 3 жыл бұрын
hello i have a mobile application and i developed it with flutter. my app contains iap. I want to show videos to users who purchased premium membership. Does it make sense to give access to hidden videos on youtube channel? Is it a violation for youtube. If so, how should I pull these videos into my mobile app?
@pookystudio6702
@pookystudio6702 3 жыл бұрын
Hi Johannes , can we also add the video quality change functionality in this player, like quality of video (240p, 360p, 720p etc.)
@pookystudio6702
@pookystudio6702 3 жыл бұрын
Some please reply...
@pookystudio6702
@pookystudio6702 3 жыл бұрын
Thanks for the reply Johannes, my video format is .m3u8 , now I want to add video quality change functionality , is it possible??
@nileshkumarsingh9803
@nileshkumarsingh9803 3 жыл бұрын
@@pookystudio6702 did you get any solution .. please help me i am also looking for it :/
@pookystudio6702
@pookystudio6702 3 жыл бұрын
@@nileshkumarsingh9803 No, still pending...
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks, Pooky Studio! 🙂 This depends on the video format. Learn more about it here: www.wowza.com/blog/video-formats-for-on-demand-streaming
@allenrichardyeager8449
@allenrichardyeager8449 3 жыл бұрын
Hi thank you for making this video its really useful. so I just was wondering about how to make it fullscreen or use I icon button to make it full screen
@pavankumarreddy7051
@pavankumarreddy7051 3 жыл бұрын
Very well explained and clear voice.
@RajA-me9cl
@RajA-me9cl 3 жыл бұрын
Question. The field asset @1:10 has a specific value. What if a user wants to select a value from a video list? Cannot be done right? because one has to initialize the Videocontroller.asset() in init method. Is there a way Videoplayer can play the video selected from a List of videoassets? or this is the limitations of using Flutter? Sorry to bombard you with questions Johan, I'm just curious and confused. 🙂
@RajA-me9cl
@RajA-me9cl 3 жыл бұрын
@@HeyFlutter I've seen it. Thanks for the advice, I'll try it out.
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks, Raj A! 🙂 You don't need to initialize the video controller within your init state instead you can also initialize the controller when you have clicked on an item of your list. Check also my tutorials below out: DropdownButton Tutorial: kzbin.info/www/bejne/pmLQq61sYpZssNE AutoComplete TextField & Suggestions Tutorial: kzbin.info/www/bejne/r5O5YpR_rrB5e5I
@RajA-me9cl
@RajA-me9cl 2 жыл бұрын
​@@HeyFlutter Hehe, a year ago, I figured it out. I appreciate your response much more.
@vunguyenquanghoang9732
@vunguyenquanghoang9732 2 жыл бұрын
Your videos are always so awesome and helpful, it is very easy to follow and understand, especially for a newbie like me!! Great work !! And big thanks to you
@givansot4581
@givansot4581 3 жыл бұрын
exactly what i was looking for. Thankyou
@bewhy6410
@bewhy6410 2 жыл бұрын
how are you my friend I face an issue when I put my video in the assent folder the flutter unable to read the format mp4 so he is asking me to choose an other prefix like .img or .txt ..etc how can I download the mp4 format to my sdk so the android studio will be able to read this kind of files thanks
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Be Why ?! Follow this link: stackoverflow.com/questions/61203212/how-to-download-video-mp4-file-in-flutter I hope you will get your answer 🙂
@kavimanir1872
@kavimanir1872 3 жыл бұрын
I am using real device for runing. But i am getting platform exception when running the code. can you help me?
@stefanomilani
@stefanomilani 4 жыл бұрын
Great explanation as always! Many compliments Johannes
@mruduladdipalli5417
@mruduladdipalli5417 3 жыл бұрын
Thanks A Lot, this video helped me a lot, along with mute feature I added extra feature to control volumn using gesturedetector
@josephkamande3219
@josephkamande3219 2 жыл бұрын
What if you want to play multiple videos?? How will you initialize them?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Hey, Joseph Kamande 🙂 It is not suggested to play multiple videos at once, you need to play single video at a time, initialize it and dispose its controller and switch to next one
@josephkamande3219
@josephkamande3219 2 жыл бұрын
@@HeyFlutter Thank you Johannes Milke for the reply
@akamadmanfire
@akamadmanfire 3 жыл бұрын
Am I the only one who has got up to 3:39 and its not working. The video is playing as I can hear it but i cant see the video playing, just a blank screen. What have I done wrong :(
@akamadmanfire
@akamadmanfire 3 жыл бұрын
Sorry it is working. For some reason the video wont show on iPhone Emulator but is showing up on the Andriod
@fgghgfjklhgg9118
@fgghgfjklhgg9118 3 жыл бұрын
thanks a lot Johannes Milke for ur awesome tutorials , but does there a viewer for image&video together ?
@stvapp
@stvapp 3 жыл бұрын
Hey, really helpful! Do you know any way to save a local video (from project assets) to device local storage? Thank you!
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Stif! Follow this link: stackoverflow.com/questions/41369633/how-to-save-to-local-storage-using-flutter I hope you will get your answer 🙂
@LuminousAsianBeauties
@LuminousAsianBeauties 3 жыл бұрын
I got this error: ERROR:NoDMA context bound! if that because API28???
@abhishekagarwal6750
@abhishekagarwal6750 2 жыл бұрын
as always fantabulous!
@rajapaul4500
@rajapaul4500 3 жыл бұрын
I want my video to be played in zoom to fill like KZbin in flutter app. Is it possible using Chewie video player?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Raja! 🙂 Simply watch my tutorial about Videos in Fullscreen: kzbin.info/www/bejne/rmG9f4Rmjr2snKc Yep, sure Chewie is a wrapper around the normal video player by the Flutter Team and gives you a more high-level UI & functionality.
@tusharshah5708
@tusharshah5708 Жыл бұрын
hello im creating a app using video player and im using seekTo to skip videos but my method of seekTo doesnt work for videos over 720p, video is playing from start again, How can i solve this issue. im using videos from gallery and playing them.
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank You Tushar Shah! Follow this link: stackoverflow.com/questions/tagged/flutter-video-player I hope you will get your answer 🙂
@sanjibdutta9270
@sanjibdutta9270 4 жыл бұрын
Great as always 👍
@asaelamete366
@asaelamete366 3 жыл бұрын
how can i put the video on a card like on FB or Instagram ??
@andrewdavies5722
@andrewdavies5722 2 жыл бұрын
Hi thanks for the tutorial. It is very helpful. Sometimes though I get the error: Unsupported profile 4 for video/mp4v-es when playing a network asset. Othertimes the videos works. Any idea why that happens?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Andrew Davies! Follow this link: stackoverflow.com/questions/70553147/video-player-crashes-android-emulator-in-flutter I hope you will get your answer 🙂
@damithdilanka661
@damithdilanka661 3 жыл бұрын
You are an awesome programmer
@khanisrarahmedalihusain
@khanisrarahmedalihusain 3 жыл бұрын
Awesome explanation, thanks 👍
@perplexedyou9729
@perplexedyou9729 Жыл бұрын
bro can you listen to me
@natnaelmesele426
@natnaelmesele426 2 жыл бұрын
Thank you very much John! Superb explanation on some overlooked details. Easy to follow. Subscribed! One little question though, how can we catch videos while streaming from network? Any workarounds with the cache manager package?? It would be awesome if you make a video on video caching.
@nishantpantha4037
@nishantpantha4037 2 жыл бұрын
how to retrieve video in our app which is uploaded in firebase storage ?
@nishantpantha4037
@nishantpantha4037 2 жыл бұрын
We can’t view video directly in app unless we download
@priyankadas1626
@priyankadas1626 2 жыл бұрын
thank you so much.. but following the same ..videos are not running. getting error Error: PlatformException(MEDIA_ERR_SRC_NOT_SUPPORTED, MEDIA_ELEMENT_ERROR: Format error, The video has been found to be unsuitable (missing or in a format not supported by your browser)., null),, only circularprogressindigator is getting displayed. plz help me to understand why video is not initialized.....
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Priyanka Das! Follow this link: stackoverflow.com/questions/67675317/video-player-breaks-down-in-flutter-2-0-null-safety I hope you will get your answer 🙂
@saitejd8108
@saitejd8108 3 жыл бұрын
Hey Milke. How can I build a complete video player app where first I show all the videos on the phone in a listview and when he selects one he can see the video on the other screen. Basically what I want here is that how can I access all videos from the user's phone. Hope u will get me a solution. Thank you.
@saitejd8108
@saitejd8108 3 жыл бұрын
@@HeyFlutter but there i can't get all the videos from my phone right? How can I do that??
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Hello, TEJA DANDE! Follow these links: pub.dev/packages/video_player. I hope it will help you. Thank You 🙂
@fakeandfool6463
@fakeandfool6463 3 жыл бұрын
Hello can you please tell that how to fetch video from firestore also ?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Siddharth Sharma! Follow this link: stackoverflow.com/questions/56713600/streaming-videos-from-firebase-storage-in-flutter I hope you will get your answer 🙂
@jayswalviraj4528
@jayswalviraj4528 2 жыл бұрын
Hallo Sir, How to work this dependency in future builder? Please have you any code?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Jayswal Viraj! Follow this link: stackoverflow.com/questions/67484069/flutter-change-video-source-dynamically-based-on-video-id I hope you will get your answer 🙂
@jayswalviraj4528
@jayswalviraj4528 2 жыл бұрын
@@HeyFlutter dear page not found
@johnniegilkerson4724
@johnniegilkerson4724 2 жыл бұрын
VideoPlayerFullscreenWidget(controller: controller, key: null,); key:null gives errors on all instances
@samjo7516
@samjo7516 3 жыл бұрын
Great help! Well, how can i play video in local storage in phone
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You sam jo! Follow this link: flutter.dev/docs/cookbook/plugins/play-video I hope you will get your answer 🙂
@Xx-nd1rs
@Xx-nd1rs 2 жыл бұрын
the circle progress keeps showing and the video is not displaying at all , can you help me here:(
@fgghgfjklhgg9118
@fgghgfjklhgg9118 3 жыл бұрын
on 9:14 you have an mistake which you must put controller into setState .. otherwise on the 8:34 methos will never work .. wonder why you didn't test it on the simolator
@user-uq7zx5nc3t
@user-uq7zx5nc3t 3 жыл бұрын
Hi, Nice video. Much appreciated, thanks. Is there a way to control scrubbing ourselves ? My idea is that it could be used to implement 'scroll to play' , where the video plays fwd or backward as the user scrolls up and down ?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Bianca Cat!😊, This is not possible with this package. Simply file an issue here: github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
@lowlydeveloper3693
@lowlydeveloper3693 3 жыл бұрын
Excellent tutorial! Question: does the movie (video.mp4) have audio track included? On my system (macOS), both in QuickTime player and in the Android Simulator there is no sound playing. If the included video does contain the audio, do you have any suggestions how to fix this?
@lowlydeveloper3693
@lowlydeveloper3693 3 жыл бұрын
@@HeyFlutter Thanks for your prompt reply, much appreciated! However, the link was not too helpful. I cannot create audio track if it does not exist in the first place. So I only wanted to know if the file (video.mp4) you included inside your projects assets on github did include any audio track or not. ... On my end, I have inspected the file in QuickTime, iMovie and in Handbrake. None of them show any audio track exists, so I assume there is no sound. It could be macOS issue (although I see that you use a mac machine in your tutorial). ... If I am wrong, and if the audio track does exist, can somebody let me know please. Cheers! And keep that funky music playing.
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Lowly Developer! Follow this link: stackoverflow.com/questions/50616323/flutter-apps-audio-not-working-through-speaker I hope you will get your answer 🙂
@johnniegilkerson4724
@johnniegilkerson4724 2 жыл бұрын
The argument type 'Null' can't be assigned to the parameter type 'Key'
@douglasibiba6590
@douglasibiba6590 3 жыл бұрын
please sir how do i upload music from my phone to my flutter app like Boomplay and the rest thank you
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Douglas ibiba! Follow this link: medium.com/flutter-community/how-to-add-music-audio-to-your-flutter-app-dcb6162c32d7 I hope you will get your answer 🙂
@amirulalif1795
@amirulalif1795 3 жыл бұрын
Hi, im having a problem with (LateError (LateInitializationError: Field 'blank' has not been initialized.)). What do i need to do?
@amirulalif1795
@amirulalif1795 3 жыл бұрын
@@HeyFlutter Thanks a lot Johannes!
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Amirul Alif! Follow this link: stackoverflow.com/questions/66734015/lateinitializationerror-field-userdata32329253-has-not-been-initialized I hope you will get your answer 🙂
@hectorprx
@hectorprx 4 жыл бұрын
Very Nicely Done, Thanks
@KaysonKidsTv
@KaysonKidsTv 3 жыл бұрын
Very good step by step explain ..
@aungkyawmyo2808
@aungkyawmyo2808 3 жыл бұрын
Can play http URL in network video like m3u8?
@aungkyawmyo2808
@aungkyawmyo2808 3 жыл бұрын
@@HeyFlutter Thanks Bro 🙏🙏🙏
@dmytro2022
@dmytro2022 3 жыл бұрын
can it play 2 videos at the same time?
@dmytro2022
@dmytro2022 3 жыл бұрын
@@HeyFlutter well that's what I'm trying to make. Unfortunately I'm still stuck.
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Дмитрий К! Follow this link: stackoverflow.com/questions/65462871/flutter-video-player-multiple-videos I hope you will get your answer 🙂
@ramansharma6888
@ramansharma6888 3 жыл бұрын
Sir can we save video as life photo in flutter?
@ramansharma6888
@ramansharma6888 3 жыл бұрын
@@HeyFlutter sir this library not support null safety and its only for ios .
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Raman Sharma! Follow this link: pub.dev/packages/live_photos I hope you will get your answer 🙂
@perplexedyou9729
@perplexedyou9729 Жыл бұрын
i cant extract the zip file you have uploaded on the github?? why
@HeyFlutter
@HeyFlutter Жыл бұрын
Hey, @perplexedyou9729 🙂 you need to subscribe on github to access code
@javieraravena8303
@javieraravena8303 3 жыл бұрын
"The file is not displayed in the editor becouse it is either binary or uses an unsupported text encoding. " Im trying to put a splash screen with a Mp4 file and at the right side of the file inside the assets folder there is an 'U' and when i try to open whe mp4 file this message appears. Any idea ? :X
@javieraravena8303
@javieraravena8303 3 жыл бұрын
@@HeyFlutter Thank You Johannes very helpful !
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Hello, Javier Aravena! Follow this link: stackoverflow.com/questions/40081801/decode-binary-file-in-visual-studio-code, I hope it will solve your problem. Thank You 🙂
@deepjyotibaishya7576
@deepjyotibaishya7576 3 жыл бұрын
how to play video in list view from local File access
@deepjyotibaishya7576
@deepjyotibaishya7576 3 жыл бұрын
@@HeyFlutter Thank you
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Deepjyoti Baishya! Follow this link: pub.dev/packages/video_player I hope you will get your answer 🙂
@pedrodelacruz2369
@pedrodelacruz2369 4 жыл бұрын
Excellent!!! Thanks men
@theghost6606
@theghost6606 3 жыл бұрын
When im trying to use the .file method im getting an error that it couldnt find the file although ive entered the correct file.
@theghost6606
@theghost6606 3 жыл бұрын
@@HeyFlutter Thank you Johannes for your help. I already did this and the error still persists. This is the File : File file = File('C:/Users/Username/OneDrive/Desktop/testfile/testVid.mp4');
@theghost6606
@theghost6606 3 жыл бұрын
@@riazulislamrifat485 No still having the Problem :( After trying a bit i found out that when im using a file on my virutal device the error message changes from a file not found exception to a permisson denied exceiption. So maybe you have to use a file on your virtual device. If you find a solution please let me know : )
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks, The Ghost! 🙂 Simply pick your file first and then you can print the path to your file to verify that you have chosen the right one. Learn more about picking videos or images here: kzbin.info/www/bejne/eHLKfYJ3fMyUaNE
@ahmedtaha1057
@ahmedtaha1057 2 жыл бұрын
Do you know, my friend, if I want to make an application to upload videos, this application using flutter, please help me
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Ahmed taha! Check out this video about uploading videos to firestore: kzbin.info/www/bejne/aamcY61mpK2Vqrs&ab_channel=JohannesMilke
@ahmedtaha1057
@ahmedtaha1057 2 жыл бұрын
@@HeyFlutter thank you so so so so so so much
@fadyna5la
@fadyna5la 3 жыл бұрын
i have a problem when i try this tutorial on emulator it is run , but on physical android device video is not play and still loading
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, fady! 🙂 Please file an issue for the video player package then here: github.com/flutter/flutter/issues
@qamarabbasi4695
@qamarabbasi4695 3 жыл бұрын
how to automatically play the next video?
@animeclips3
@animeclips3 Жыл бұрын
Please Sir guide me I want to play network video but for each link(Facebook, KZbin or Instagram ) i got Playback error UnknownHostException (no Network) Video player had error ExoPlaybackException: Source error
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank You @animeclips3! Follow this link: stackoverflow.com/questions/19951466/java-net-unknownhostexception-unable-to-resolve-host-url-no-address-associ I hope you will get your answer 🙂
@adeelzahid9622
@adeelzahid9622 4 жыл бұрын
awesome. helpful, easy, quality content .. Thanks
@ChuckyMasterDF
@ChuckyMasterDF 3 жыл бұрын
Hi Johannes.. when I try to import video_player, error 65 appears. I've tried the other versions that are on pub.dev but none of them worked. Do you know how to solve this problem?
@ChuckyMasterDF
@ChuckyMasterDF 3 жыл бұрын
@@HeyFlutter Firend.. I discovered the problem. It conflicts with the name of the project for the same as the package.
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks, CuckyMaster 🙂 Simply open an issue for the Flutter Team here: github.com/flutter/flutter/issues Also make sure to run flutter upgrade to have the latest version of Flutter.
@androider5830
@androider5830 3 жыл бұрын
How to retrieve all the videos from internal and external storage?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Hello, Androider! Follow these links: stackoverflow.com/questions/49399958/how-to-get-all-pdf-files-from-internal-as-well-as-external-storage-in-flutter, I hope it will help you. Thank You 🙂
@ankiy
@ankiy 4 жыл бұрын
But what if we want double tap feature like KZbin forward and backward.?
@ankiy
@ankiy 4 жыл бұрын
@@HeyFlutter thanks man will follow this tutorial 😊
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Watch this tutorial on how to rewind & skip the video: kzbin.info/www/bejne/jqCcZGxjhL6EmK8 You could create within the Stack of your OverlayWidget 2 Containers which are Expanded and if you tap on the right side of the Container you will go forward and if you tap on the left side of the Container you will go backward. Watch also my tutorial about Expanded to learn how to implement this Expanded Container: kzbin.info/www/bejne/jpmrnIWKjbZlmaM
@hypealex
@hypealex 3 жыл бұрын
I love your voice!
@AndersonSantos-qx5lu
@AndersonSantos-qx5lu 3 жыл бұрын
support m3u source?
@AndersonSantos-qx5lu
@AndersonSantos-qx5lu 3 жыл бұрын
@@HeyFlutter do you know any plugin that allows streaming using magnet link?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Anderson Santos!😊, This is not possible with this package. Simply file an issue here: github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
@trinhnguyenhuongkieufgwhcm2166
@trinhnguyenhuongkieufgwhcm2166 2 жыл бұрын
Hi have a problem like this : FlutterError (No Material widget found. IconButton widgets require a Material widget ancestor. In Material Design, most widgets are conceptually "printed" on a sheet of material. In Flutter's material library, that material is represented by the Material widget. It is the Material widget that renders ink splashes, for instance. Because of this, many material library widgets require that there be a Material widget in the tree above them. To introduce a Material widget, you can either directly include one, or use a widget that contains Material itself, such as a Card, Dialog, Drawer, or Scaffold. The specific widget that could not find a Material ancestor was: IconButton Are u have any idea, many thanks
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Hello, Trinh Nguyen Huong Kieu (FGW HCM)! Follow this stackoverflow.com/questions/43947552/no-material-widget-found I hope it will solve your problem. Thank You 🙂
@salihmohammad9257
@salihmohammad9257 2 жыл бұрын
Thanks 😊
@HeyFlutter
@HeyFlutter 2 жыл бұрын
You are welcome, Salih Mohammad!
@saadelka
@saadelka Жыл бұрын
you are the best
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you @saadelka! 😊
@johnniegilkerson4724
@johnniegilkerson4724 2 жыл бұрын
you did not include the packages: f'package:file_picker/file_picker.dart'; and package:video_player/video_player.dart'; on github
@johnniegilkerson4724
@johnniegilkerson4724 2 жыл бұрын
@@HeyFlutter thank you for your reply
@ezone2726
@ezone2726 4 жыл бұрын
How can we make an flutter app where one app can login only one device ; if user will add another account it won't sign in the app? Also teach us how to change the account and have to access the admin will delete account? Does this will be possible? If possible please help me! #helpmeout #thankyou #flutter #happycoding
@HeyFlutter
@HeyFlutter 2 жыл бұрын
There will be soon a video about changing accounts, Ezone! 👍 For the other question "How can we make a flutter app where one app can login only one device". You could work with SharedPreferences here and save the account name of the signedin user, if the user tries to logout and login in again you load the SharedPreferences and check if he is using the same username or a different one to determine if he is allowed to login again. Check also my tutorials out about SharedPreferences to learn more about it: 1) Shared Preferences & Json Tutorial for Beginners: kzbin.info/www/bejne/qauynZ9-iZaGbbs 2) Load & Save JSON Complete GUIDE Tutorial: kzbin.info/www/bejne/Y2SVeXyph8tlbNE 3) Load JSON From Network Tutorial: kzbin.info/www/bejne/iJ3JZqRoeqx7sMU
@bariscelebi701
@bariscelebi701 3 жыл бұрын
Can you show me all the codes you wrote?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you 😊, Barış Çelebi! Check out this code here :kzbin.info?event=video_description&redir_token=QUFFLUhqbVNYWHZheGYyUDZuRi1ySjlwYk5sNkdPSHNOZ3xBQ3Jtc0tsYW02MjU2dlcxOEVuSzNGS09aQXpZSlJ6OHdhQmdFY1E4QmZFa3gwUnI3VzV5Yzlzekd4Rm01dnI3TEdhanNVc0diX0xoRFJWd3FBRm00ekJFc25MZGJmRkQ5Ykw0MWw2ajZYVWc2MnNvNzBQNldBMA&q=https%3A%2F%2Fgithub.com%2FJohannesMilke%2Fvideo_example
@explorersagnik8522
@explorersagnik8522 3 жыл бұрын
Thank you so much
@explorersagnik8522
@explorersagnik8522 3 жыл бұрын
@@HeyFlutter I am trying to make an instagram clone but i am not able to use the video player properly in feeds part. When i am using a listview builder to show the user all the different post of the user's followers then the video posts are not working right manner.Can you please make a video on how to display multiple video in a listviewbuilder using auto play just like the instagram feed
@Designguidetv
@Designguidetv 2 жыл бұрын
uh oh, this code doesnt really seem to work anymore. Mainly because of the null rules?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Designguide.tv! 🙂. May be it needs only slightly changes.
@Designguidetv
@Designguidetv 2 жыл бұрын
manage to get it working in the end!
@Designguidetv
@Designguidetv 2 жыл бұрын
@@HeyFlutter I did discover a different problem with the videoplayer on android, when playing large files it is giving out of memory, waitforGcToComplete and clamp target GC before it crashes, apparently flutter video on android can't handle big files, is there a trick to avoid this memory leak?
@niteshsurya2931
@niteshsurya2931 3 жыл бұрын
Thank You. bro love you
@triandrewicaksono5553
@triandrewicaksono5553 3 жыл бұрын
how to solve, flutter Failed to initialize OMX.qcom.video.decoder.avc, error 0xfffffff4, this disaster bug pulling my hair so hard
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Tri! 🙂 Make sure to file an issue about your video package issue here: github.com/flutter/flutter/issues
@bluetim6848
@bluetim6848 4 жыл бұрын
thank you siir,
@aliqadomy
@aliqadomy 2 жыл бұрын
this for only .mp4 i can't play yhoutube video
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Hey 😊, @user-rt1zt5nc8p! Check out this video for playing youtube videos: kzbin.info/www/bejne/fYLciHyrp5Vml9k
@aliqadomy
@aliqadomy 2 жыл бұрын
@@HeyFlutter thank you
@TheLeadStriker
@TheLeadStriker 4 жыл бұрын
We don't deserve Johannes 😭
@mohtarifhossame
@mohtarifhossame 2 жыл бұрын
best
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks, محترف Mohtarif! 🙂
@tommytbonescramer3908
@tommytbonescramer3908 3 жыл бұрын
I'm lost and I've only watched 30 seconds of this tutorial. switching between files and moving so fast I don't know what file I'm suppose to be working with. I stopped watching because I'm so confused with instructions and after the 3rd time watching I'm not any closer to accomplishing my goal. I don't think this video is helpful
@tommytbonescramer3908
@tommytbonescramer3908 3 жыл бұрын
@@HeyFlutter I'm not a beginner I've been coding for 20 plus years
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks, Tommy TBones Cramer! 🙂 This video is for more advanced Flutter developers. Check out my Flutter beginner tutorials here: kzbin.info/www/bejne/rqCuooSgiKmNbJI
@khubaibirfan9215
@khubaibirfan9215 2 жыл бұрын
Sir?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, khubaib irfan! 🙂. Yes.
@danieldickson4656
@danieldickson4656 3 жыл бұрын
Legen.....dary
@yknmalayalam
@yknmalayalam 5 ай бұрын
സാധാ വീഡിയോ പ്ലെയറാണ് മോനേ ഇത്
@HeyFlutter
@HeyFlutter 5 ай бұрын
Thank you, @yknmalayalam! 🙂
@khubaibirfan9215
@khubaibirfan9215 2 жыл бұрын
video loaded through network PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: Source error, null, null).this is a error
@khubaibirfan9215
@khubaibirfan9215 2 жыл бұрын
??
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You khubaib irfan! Follow this link: stackoverflow.com/questions/68608353/platformexceptionvideoerror-video-player-had-error-com-google-android-exoplaye I hope you will get your answer 🙂
@khubaibirfan9215
@khubaibirfan9215 2 жыл бұрын
@@HeyFlutter sir apke audio player wale video outdated hu gae hai pls new vidoe bnade
Flutter Tutorial - AnimatedCrossFade - Deep Dive
7:14
HeyFlutter․com
Рет қаралды 3,5 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 87 М.
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 7 МЛН
Flutter Tutorial - PDF Viewer - Asset, File, Network & Firebase
16:40
HeyFlutter․com
Рет қаралды 71 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 583 М.
Flutter Tutorial - Create Invoice PDF Document
17:23
HeyFlutter․com
Рет қаралды 105 М.
35 Flutter Tips That Will Change Your Life
10:53
Flutter Mapp
Рет қаралды 315 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН