beat_stream

Overview

beat_stream is a Flutter application that integrates with the Spotify API to search for and display songs. This project demonstrates how to manage API keys securely and use them within a Flutter application.

Clone Repository

To clone this repository, use the following command:

git clone https://github.com/your-username/beat-stream.git

Configure Secrets

Create a file named Secrets.dart along with members clientId and clientSecret in the lib/config/ directory of your project.