Open Issues Need Help
View All on GitHub queueing songs from song select hogs UI thread. about 1 month ago
AI Summary: Optimize the song queueing process in a Flutter music app to prevent UI thread blocking. The current implementation processes song metadata before adding to the queue, causing delays when adding multiple songs. The solution involves modifying the queue function to add tracks directly without preprocessing, improving responsiveness.
Complexity:
3/5
bug good first issue Java
An android music app bsaed on zenvibe, with inspiration from ViMusic/RiMusic/ViTune.
Dart