Skip to content

Latest commit

 

History

History
26 lines (10 loc) · 618 Bytes

README.md

File metadata and controls

26 lines (10 loc) · 618 Bytes

MusicPlayer App

A Media Player app based on flutter for car IVI dashboard made for AGL using MPD server.

To run this app, we need Flutter SDK, MPD server.

#Steps to run the app

  • Install and set up the MPD server in your pc.

  • Now go to /etc/mpd.conf file change Music directory path and change host to 'localhost' and port to '6600'. Refrence : checkout this

  • Download the music file in the specified music directory.

  • Go to the project directory

  • First run "flutter create .".

  • Then to run the app "flutter run".