This is a simple music player app built using Flutter and GetX state management library. The app allows users to browse and play music stored on their device.
- Browse and play music tracks from your device.
- Control playback with play, pause, skip next, and skip previous buttons.
- Display album artwork and track details while playing.
To run this app on your device or simulator, follow these steps:
-
Make sure you have Flutter installed. If not, follow the Flutter installation guide.
-
Clone this repository to your local machine:
git clone https://github.com/your-username/music_player.git
-
Change your working directory to the project folder:
cd music_player
-
Get the dependencies:
flutter pub get
-
Run the app:
flutter run
- Get: State management and navigation
- on_audio_query: Querying audio files from the device
- just_audio: Audio player functionality
- permission_handler: Handling storage permission requests
Contributions to this project are welcome. Feel free to open issues and submit pull requests.