This project is a Flutter-based music player user interface (UI) that focuses on aesthetics and visual appeal. It provides a sleek and modern design for a music player app. 🎵🎧🎶
- Beautiful UI design with smooth animations and transitions. ✨🚀
- Play, pause, and skip functionality. ⏯️⏭️
- Track progress bar and duration display. ⏳
- Artist and song information display. 🎤🎶
- Volume control and mute functionality. 🔊🔇
- Shuffle and repeat options. 🔀🔁
To run this project locally, follow these steps:
-
Ensure that you have Flutter installed on your machine. For installation instructions, refer to the Flutter documentation.
-
Clone this repository to your local machine using the following command:
git clone https://github.com/your-username/music-player.git
-
Navigate to the project directory:
cd music-player -
Run the app using Flutter:
flutter run
