Skip to content

A Flutter app for downloading mp3 files by search.

Notifications You must be signed in to change notification settings

wpinrui/metubemusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metubemusic

A Flutter application for Windows that allows you to download mp3 files.

Screenshots

Screenshot 2023-06-15 092825 Screenshot 2023-06-15 092933 Screenshot 2023-06-15 092945 Screenshot 2023-06-15 093031

Attribution

Application icon (and icon on the home page) Ipod icons created by Freepik - Flaticon

Code Quality

The code quality is very poor as this was a 2 hour job. There is no documentation or unit testing, and the separation of concerns was not a concern. This is admittedly an anti-example of Flutter architecture.

Legality

This application is a technical demonstration only. It relies on the external packages youtube_explode_dart to search for the video and youtube-dl to download the mp3. As such, it is not intended to be used for illegal purposes and I will not provide a build of the application.

If you do want to build

You will need to install Visual Studio and the Desktop development with C++ workload. You will also need to install Flutter and add it to your PATH. Run flutter doctor to make sure everything is installed correctly, though you can safely ignore platforms other than Windows.

Once you have cloned the repository, run flutter pub get to install the dependencies. You can then run flutter build windows to build the application.

About

A Flutter app for downloading mp3 files by search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published