Skip to content

A Flutter project just implements a streaming app like Spotify by hosting my own music from Dropbox. the music files were hosted on dropbox and organized in genre folders and also by artist albums. And after spending some time understanding dropbox API, I used only the list_folder and download implementation from the dropbox API. The list_folder…

Notifications You must be signed in to change notification settings

femidof/Streaming-App-Dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropboxmusic

A Flutter project just implement a streaming app like Spotify by hosting my own music from Dropbox.

Getting Started

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.

How it works

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.

note

Only the main file was used, other were to be used to make the application better.

screenshot

Screenvideo

About

A Flutter project just implements a streaming app like Spotify by hosting my own music from Dropbox. the music files were hosted on dropbox and organized in genre folders and also by artist albums. And after spending some time understanding dropbox API, I used only the list_folder and download implementation from the dropbox API. The list_folder…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published