Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.77 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.77 KB

Music Player: create a simple Flutter music player app

This is a Flutter project used during a series of articles on volpato.dev.

License

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.

Articles

Part 1: create the project and add basic buttons

In the first part we create the Flutter project and play some music from the Internet by using the package just_audio.

Part 2: Improve repository and add a playlist

In the second part we improve the repository and we add a playlist to the app.

Part 3: Migrate to Flutter 2, sound null safety, and select a license

The third part is all about upgrading Flutter and migrate to sound null safety. We also select a license for the project.

Part 4: Add Provider and move hardcoded data

The fourth part adds providers and refactors some of the code.

Part 5: Add a local playlist

The fifth part adds another playlist and fixes a big usability problem.