Audio or Music Player | Flutter

preview_player
Показать описание
Don't Forget To Subscribe 😀

Dont forget to follow me on Instagram:

Intro:(00:00)
1.Add dependencies:(00:21)
2.Create 3 Fields:(00:32)
3.Create a Column:(00:53)
4.Add an Image:(01:07)
5.Add a Text(title):(01:42)
6.Add a Slider:(01:58)
7.Create a audio duration:(02:34)
8.Create a Row for text duration:(04:10)
9.Add the Time function to text:(04:35)
10.Add a play/pause button:(05:12)
11.Add audio:(06:05)
12.Create a change audio duration:(07:25)
14.Make a setAudio function:(08:17)
15.Add the url or assets:(08:40)
Result:(09:00)
End:(09:12)

Thank you for watching.

#audio #flutter #fluttertutorial #audioplayer #audioplay #music #spotifyapp
#musicplayer #musicplay #turorial #fluttereasy
Рекомендации по теме
Комментарии
Автор

The method ‘setUrl’ isn’t defined for the type ‘AudioPlayer’. Try correcting the name of an existing method, or defining a method named ‘setUrl’

The getter ‘onAudioPositionChanged’ isn’t defined for the type ‘AudioPlayer’

almightykodadon
Автор

is your code applicable for file path? For my case I have base64 value of mp3 file and have to decode it and play it.

adeeshaperera
Автор

wow this video is great, can i have the source code of this app? thanks very much

fabianmiguelcanizares
Автор

Thanks for this video. I just want ask question? I download audioplayer package on my project, when if I call play method I can not write string object inside this method, method accept only Source object. Can you explain why is that happened?

mahmutcangonul