Spotify Search is a Flutter project that displays lyrics for songs and top tracks for artists. It uses the Spotify API to search for artists and songs and the Lyrics.ovh API to fetch lyrics.
- Cross-Platform Support: Available on iOS, Android, Web, Linux, and Windows.
- Responsive Design: Adapts to various screen sizes for an optimal user experience.
- Search Artists: Search for artists and view their top tracks.
- Search Songs: Search for songs and view their lyrics.
- Hide unapporiate lyrics: Hide lyrics that contain explicit content.
- Flutter SDK: Install Flutter
- Spotify Developer Account: Create an account
-
Clone the repository:
git clone https://github.com/AntonAshraf/Spotify-Search.git
-
Navigate to the project directory:
cd Spotify-Search
-
Install dependencies:
flutter pub get
- For IOS & Android:
flutter run
- For Web:
flutter run -d chrome
- For Linux:
flutter run -d linux
- For Windows:
flutter run -d windows
Contributions are welcome! Please open an issue or submit a pull request as there is always room for improvement like:
- Feature Requests like
- Dark Mode
- Favorites
- Authentication
- Bug Reports
- Code Refactoring
- Documentation Updates
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries, please contact me.