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.
To clone this repository, use the following command:
git clone https://github.com/your-username/beat-stream.git
Create a file named Secrets.dart along with members clientId and clientSecret in the lib/config/ directory of your project.