A Small Music App Using Flutter
Hey Readers so this week I tried my hands on with Flutter and tried creating a Music + Video App.
Github Link: https://github.com/anantjakhmola/Music-player
To explore different aspects of the app like Using Assets playing music over network, playing Youtube videos I tried to cover most of them.
Below is what I performed in this App.
1.Create a flutter app.
2. Use assets (eg. audios and videos).
3. App will have to play this audios and videos from Assets.
4. Also add Features to play audio and video from Internet(Network).
5. Create buttons like play, pause and stop for audio and video both.
Below are some screens from app.
This page is a simple page that plays different tunes like a piano.
Here all the files are present inside the app so the functioning is very smooth.
I have also created a menu bar for better Navigation to different Pages.
Also I have divided a image in different parts and linked them to different songs such that all tiles have different songs.
I have also attached video player/ youtube in app.
Here is a Short Video on the app feel free to check it out.
Future Scope:
I am thinking of making the app more personalized for different type of users and with more features.
Full code of the project is present on my Github, If you would like to collaborate feel free to do so.