You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flutter application for playing music with notification controls.
Description
This Flutter app allows users to play music and control playback using media controls displayed in the notification panel.
It provides basic music player functionalities such as play, pause, previous track, and next track.
Features
- Play/pause music
-Skip to previous/next track
-Control music playback from the notification panel
-Requirements
-Flutter SDK (v2.5.0 or later)
-Android SDK (for Android development)
-Xcode (for iOS development, if applicable)
Screenshots
Installation
Clone this repository to your local machine:
git clone <repository-url>
Navigate to the project directory:
cd music_player_app
Install dependencies:
flutter pub get
Run the app:
flutter run
Customization
You can customize the app's appearance and behavior by modifying the Flutter code.
Here are some areas you may want to customize:
Modify the music player functionality, such as adding shuffle or repeat options.
Contributing
Contributions are welcome! If you find any bugs or want to suggest improvements,
please open an issue or submit a pull request.
About
A Flutter application for playing music with notification controls.