An android music app bsaed on zenvibe, with inspiration from ViMusic/RiMusic/ViTune.

1 Open Issue Need Help Last updated: Jul 29, 2025

Open Issues Need Help

View All on GitHub

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