Assets_audio_player
Created an audio player using local assets.

This basic music app contains options of play, pause, stop the music.
Steps to create the music app-
- Create a flutter file using command- $ flutter create musicApp.
- Create an asset folder and paste your all musics there.
- Vist pub.dev website and search for audio player.
- Install the highly voted package by adding a dependency in pubspec.yml file.
- Create UI as per your requirement.



