Creating a simple music player
2 min readAug 4, 2020
In this article, i created a simple music player using flutter that will start,pause the music.
Now let’s build this app.
First i created the main app using runApp and also i add hot and reload property.
In this app i created scaffold as a layout and create three containers in a column property. I also created three buttons on top of containers that will help in to start and pause the music.
#keepcoding #keepsharing