A Flutter project just implement a streaming app like Spotify by hosting my own music from Dropbox.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
The music files were hosted on dropbox and organized in genre folders and also by artist albums. And after spedning sometime in understanding dropbox api, I used only the list_folder and download implementation from the dropbox api. The list_folder to open a folder of artist and show contents in the folder while download is used to download the music for playing.
Only the main file was used, other were to be used to make the application better.