This is a Flutter project used during a series of articles on volpato.dev.
Copyright Michele Volpato 2020 - 2021
You can read the code, download it, learn from it and run it on you machine with the purpose of learning. But you are not allowed to modify and/or use it in any project, commercial or non-commercial.
If you would like to re-use the code for one of your projects, any kind of projects, you can contact me, and we can discuss the specific use.
In the first part we create the Flutter project and play some music from the Internet by using the package just_audio.
In the second part we improve the repository and we add a playlist to the app.
The third part is all about upgrading Flutter and migrate to sound null safety. We also select a license for the project.
The fourth part adds providers and refactors some of the code.
The fifth part adds another playlist and fixes a big usability problem.