DEV Community

Priyanshu Verma
Priyanshu Verma

Posted on

Saavn Music Player for Windows

Welcome to the Saavn Music Player for Windows, an open-source desktop application that allows you to enjoy your favorite music seamlessly. This music player is powered by the Saavn API and built with Flutter, providing a robust and modern user experience.

Features

  • Seamless Music Playback: Enjoy high-quality music playback with an intuitive interface.
  • Search and Discover: Use the Saavn API to search for your favorite songs, albums, and artists.
  • Playlist Management: Create and manage your playlists easily.
  • Rich Metadata: View detailed metadata for each track, including album art, artist information, and more.
  • Cross-Platform: Built with Flutter, ensuring a consistent experience across different devices.

Installation

To install the Saavn Music Player for Windows, follow these steps:

  1. Download the Latest Release:

    • Go to the Releases page and download the latest version for Windows.
  2. Clone the Repository (optional for development):

   git clone https://github.com/priyanshuverma-dev/saavn.git
Enter fullscreen mode Exit fullscreen mode
  1. Navigate to the Project Directory (optional for development):
   cd saavn
Enter fullscreen mode Exit fullscreen mode
  1. Install Dependencies (optional for development): Make sure you have Flutter installed. Then, run:
   flutter pub get
Enter fullscreen mode Exit fullscreen mode
  1. Build the Application (optional for development):
   flutter build windows
Enter fullscreen mode Exit fullscreen mode
  1. Run the Application (optional for development):
   flutter run -d windows
Enter fullscreen mode Exit fullscreen mode

Usage

Once installed, you can start using the music player to search for songs, create playlists, and enjoy seamless music playback. The user interface is designed to be intuitive, making it easy for you to navigate through your music library.

Contributing

We welcome contributions to the Saavn Music Player project! To contribute, please read the Contributing Guide.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

  • Saavn API: This project uses the JioSaavn API for fetching music data.
  • Flutter: Built with Flutter.
  • Open Source: Check out the source code on GitHub.

Contact

For any queries or support, feel free to reach out to the project maintainer Priyanshu Verma.

Enjoy your music! 🎶

Top comments (0)