Unusable Player is a flutter music player based on just_audio package. It's a portfolio project, it's not meant to be used in real life. Its focuses on visuals instead of usability and performance, that's why the project is called "Unusable Player".
This is an old project that isn't representative of my actual coding standards. If you take inspiration from this source code, keep a critical eye. Some parts of this project are better than others. Here are some ideas for improvements:
- Use Bloc instead of GetX
- Use a feature-based project organization
- Re-write the animations widgets
- Rethink the overall songs discovery and player architecture.