A Flutter application for Windows that allows you to download mp3 files.
Application icon (and icon on the home page) Ipod icons created by Freepik - Flaticon
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.
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.
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.