This is the quality content that i wanted. There is not a single second that is wasted. Thanks for this amazing video. I wish every UA-camr was like you.
Just kidding. This guy is a genius and this is the first background tutorial that I've found that actually works after days of frustration. Thanks so much!
thanks, bro you turned my nightmare into a blessing I spent one week trying to do this and now it took me some minutes to have everything up and running.. once again thank you
Hello Marcus, first thank you for these great tutorials. Could you please make 3 videos to explain the following points for beginners: 1. adding Admob to Flutter (banner, native, reward video). 2. In app purchase 3. Flutter Widget lifecycle (Widget state) Thank you again :)
Thanks Marcus for your time. But please what about if I want to make use of the just_audio_cache such that I am able to cache audio url web links and play audios from the cache memory? How should I go about it?
Hello everybody, I'm trying to follow the video but I have an error in minute 2:23, the error say, "invalid constant value" when I'm trying to send _audioPlayer parameter to Controls ... any idea? .. thanks
Hello. What a great tutorial. And now what about adding the list of playlist screen. When any music clicked it should open the page of music and begins playing. AND ALSO, what about adding a functionality to save played songs to cache. And when it is loaded fully, saving the cache as music to a custom folder from user's storage or in android data folder? I mean audio starts downloading when it begins to play audio. Or also we may add a button to download or remove. It shows download icon when music is not downloaded. And it will become delete icon when it the music has finished caching/downloading fully. Also, we may add a dialog to confirm download/removal of music when the button is clicked. Can you show how to do that in the next video? Please, this really need to me.
Hi!! I would like some technical information: I am looking for an mp3 player with a display that shows the song titles, but I need it to not start the next song when the song being played ends, that is, it pauses and I have to start it myself. I have tried some players, but they do not have this function, they have continuous playback. Can you help me?
I'm trying to using the record package with the just_sound package, as well as just_sound_windows. When I use record to record audio and encode it using aacLc, just_sound has a media error without any information. The only encoder I find that works for all platforms and the just_sound package is opus. But for my use case I don't want to use opus. Do you have any suggestions, or perhaps a better recording package? I'm trying to build an application that runs on android, iOS, web, Windows, macOS, and if possible Linux.
Hi, I have a question. I have a Radio App template where I'm streaming audio from shoutcast. The app only displays the name of the radio and a description from a database on my hosting. I would like to add the artist and song title streaming from the shoutcast stream into the current player I have. Would you have an advice on how I could do this. Thanks
Hello Sir, Thank you for your great tutorial, i followed you and its working... i have a list view with json data and i want to play each audio when i clicked at each index item ... could you please help me how to do this using just audio and background player package... thank you
Hello Marcus, congratulations for the video and the tutorial. I would like to implement it in my project. How can I see this project and where? Do I pay something?🙂
I am trying to use Firebase as database for audio files along with this... but adding firebase initialize in main along with just_audio background initialize doesnt work. If anybody knows how to solve this plz help
Hi Marcus -- What's the process to get access to Launch Club, I've subscribed, confirmed subscription but nothing seems to change -- hitting Get Access button just repeats the process -- There is no option in Login to create an account
@@Englishwithodo hi... I'm trying to follow the video but I have an error in minute 2:23, the error say, "invalid constant value" when I'm trying to send _audioPlayer parameter to Controls ... any idea? .. thanks
Nice tutorial. I tried to do the same but there aren't buttons in background for ios. For Android they work. What I am doing wrong? Update: I found out that the buttons in Simulator is invisible but they are working fine on a real device.
Can we make the tech comment section as question answer community instead of appreciation good job best tutor message... Show your appreciation by learn new things... Like the video... Use comment section as stack overflow. Extend its working Solve problems Give updates
@@Athavands4 Yeah so we just have to create a new class of MediaItem and set the sond id , title, artist, image src (artUri) to each songs, right? Répondre
This is the quality content that i wanted. There is not a single second that is wasted. Thanks for this amazing video. I wish every UA-camr was like you.
Marcus is 🔥🔥🔥
At 3:57 there's an unnecessarily lengthy pause.
Just kidding. This guy is a genius and this is the first background tutorial that I've found that actually works after days of frustration. Thanks so much!
Hi Marcus, great tutorial as usual!!! I'm eagerly waiting for your new big courses....
Great video, I was just looking for this, incredibly helpful!
thanks, bro you turned my nightmare into a blessing I spent one week trying to do this and now it took me some minutes to have everything up and running.. once again thank you
The best flutter tutorials are from Marcus, always learn a lot
This was such a great tutorial - excellent content and so efficiently delivered!
It was also exactly what I was looking to achieve.
Thanks Marcus! 🙌
Man you are a legend, you deserve more subscribers.
Hello Marcus, first thank you for these great tutorials. Could you please make 3 videos to explain the following points for beginners:
1. adding Admob to Flutter (banner, native, reward video).
2. In app purchase
3. Flutter Widget lifecycle (Widget state)
Thank you again :)
Marcus a great person not time waster thank you Sir Marcus!
We remember you!
Clear and concise. Thank You Marcus.
thank you for this marcus
You are a legend
Great video!!
Love you💓💓💓
Thanks
You saved my day!!
Thanks Marcus for your time. But please what about if I want to make use of the just_audio_cache such that I am able to cache audio url web links and play audios from the cache memory? How should I go about it?
Hey Marcus, Any tips on how to keep the audio playing when we navigate away from the current screen?
Great video, Thank you
Hello everybody, I'm trying to follow the video but I have an error in minute 2:23, the error say, "invalid constant value" when I'm trying to send _audioPlayer parameter to Controls ... any idea? .. thanks
I had this issue. I was declaring the parent 'Column' with a const. I removed the const keyword & it fixed
Hello. What a great tutorial. And now what about adding the list of playlist screen. When any music clicked it should open the page of music and begins playing. AND ALSO, what about adding a functionality to save played songs to cache. And when it is loaded fully, saving the cache as music to a custom folder from user's storage or in android data folder?
I mean audio starts downloading when it begins to play audio. Or also we may add a button to download or remove. It shows download icon when music is not downloaded. And it will become delete icon when it the music has finished caching/downloading fully. Also, we may add a dialog to confirm download/removal of music when the button is clicked.
Can you show how to do that in the next video? Please, this really need to me.
sir can we in PageView images with background audio when scroll then change audio and img
it can possiable please make an video upon it...!
Hi!! I would like some technical information: I am looking for an mp3 player with a display that shows the song titles, but I need it to not start the next song when the song being played ends, that is, it pauses and I have to start it myself. I have tried some players, but they do not have this function, they have continuous playback. Can you help me?
5:35 Multidex minSdkVersion 21 - Android 5
I'm trying to using the record package with the just_sound package, as well as just_sound_windows. When I use record to record audio and encode it using aacLc, just_sound has a media error without any information. The only encoder I find that works for all platforms and the just_sound package is opus. But for my use case I don't want to use opus. Do you have any suggestions, or perhaps a better recording package? I'm trying to build an application that runs on android, iOS, web, Windows, macOS, and if possible Linux.
Is it possible to customize the notification UI / lock screen UI?
Hi, I have a question. I have a Radio App template where I'm streaming audio from shoutcast. The app only displays the name of the radio and a description from a database on my hosting. I would like to add the artist and song title streaming from the shoutcast stream into the current player I have. Would you have an advice on how I could do this. Thanks
Such a very good things.
Any tutorial on audio_service and just_audio ?
how to set onclick navigation audio service in flutter, maybe navigate to SongPlayer
Please develop video player app also with offline and online support
how do you handle the state of your play icon when another player plays music
Great video
Hi, can you make a tutorial for creating an audio playlist with rootbundle assets/audio. Please
Merci beaucoup 🙏
One question
Can we do this with Fcm in background.....
Hello Sir, Thank you for your great tutorial, i followed you and its working... i have a list view with json data and i want to play each audio when i clicked at each index item ... could you please help me how to do this using just audio and background player package... thank you
Hei, can you please make the same app but get the songs from firebase?
Hello Marcus, congratulations for the video and the tutorial. I would like to implement it in my project. How can I see this project and where? Do I pay something?🙂
I am trying to use Firebase as database for audio files along with this... but adding firebase initialize in main along with just_audio background initialize doesnt work. If anybody knows how to solve this plz help
Exusme sir, simple budget tutorial barHeight goes to right direction not to top dirctions. How to fix it?
Hello,
Great video I am having an issue where the thumb and progress are not updating as the video gets played. Anyone have a fix?
Thanks
facing same issue
I keep getting Exception has occurred PlayerException (0) source error) it’s right at the await _audioPlayer.setAudioSource(_playlist);
Me too, did you fix this?
Hi Marcus -- What's the process to get access to Launch Club, I've subscribed, confirmed subscription but nothing seems to change -- hitting Get Access button just repeats the process -- There is no option in Login to create an account
Courses are up!
Can you please make a music player playing local songs from device?
you can use the path_provider package to get the directory where the audio is stored and pass it as an audio source.
Thanks for sharing ❤️💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕💕
Awesome like always 😊😍
thanks do you have the code in github?
but how to show it in a list so that i can pick a song insteads of going thru all the song
is it the background audio stoped when the app is close ? how to stop the audio background man ?
plzz share code this files
Everything working fine but, controls panel buttons are grayed out. Like play pouse button on cotrol panel. they're not visible.
On physical device they work fine
@@Englishwithodo hi... I'm trying to follow the video but I have an error in minute 2:23, the error say, "invalid constant value" when I'm trying to send _audioPlayer parameter to Controls ... any idea? .. thanks
Nice tutorial. I tried to do the same but there aren't buttons in background for ios. For Android they work. What I am doing wrong?
Update: I found out that the buttons in Simulator is invisible but they are working fine on a real device.
Thank you
5:04 เล่นใน Background Audio lock screen
Hi bro, please can i ask your channel rpm?
Can we make the tech comment section as question answer community instead of appreciation good job best tutor message... Show your appreciation by learn new things... Like the video...
Use comment section as stack overflow.
Extend its working
Solve problems
Give updates
Pleease, can you share code... nice tutorial but i'm beginner in flutter (andorid programming)
not working the music is not playing
3:38
Pls source.
what is MEDIAITEM ???
i finally got it .. here at 3:44 thanks a lot for the great video very helpful
Make A Sound Recorder In Flutter please save recordes
1:40
1:41
Thanksssssssss
Hi Ples.. Give Me A source code Link
Big fun yourr how to get this source code there is no this file in GitHub ???
🔥🔥🔥
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Null' is not a subtype of type 'MediaItem' in type cast
@@Athavands4 Yeah so we just have to create a new class of MediaItem and set the sond id , title, artist, image src (artUri) to each songs, right?
Répondre
The best.
you could make an app to perform strems or live
Can share your code?