It is a project made for fun with Flutter Web. The ultimate aim of the project is to reproduce the UI/UX of Spotify Web and its functionality using Spotify API and Youtube API for playing tracks.
2023-04-16.13-09-39.mp4
- Web UI/UX ✔
- Mobile UI/UX ❌ (planned)
- Relevant playlists on the home page ✔
- Search track, playlist or artist ✔
- Play single track ✔
- Play playlist ❌ (planned)
- Retreive tracks from category ❌ (not planned)
- Login for customised feed ❌ (planned)
Unplanned functionalities will not be developed for this project
You can test this project locally on the web by following this guide
Production will require middleware for CORS policies and retrieving audio tracks from YouTube Related Issue
Creating a middleware in dart is planned
The project was successfully run on the local web and macos, other platforms have not yet been tested although they could potentially works. Local apps would not be restricted by the CORS policies of the web.