retro icon indicating copy to clipboard operation
retro copied to clipboard

Coverflow

Open sakofchit opened this issue 2 years ago • 2 comments

Should display album covers and allow users to select songs through them. This obv won't work until we implement some sort of music functionality first

sakofchit avatar May 23 '22 19:05 sakofchit

Any idea how we can implement it? I mean do we need animation that we need? Given by the input data(coverflow, title, artist, track ...) or something else?

SinkuKumar avatar Sep 04 '22 09:09 SinkuKumar

Any idea how we can implement it? I mean do we need animation that we need? Given by the input data(coverflow, title, artist, track ...) or something else?

I was thinking that we use this library for the coverflow animation: https://pub.dev/packages/coverflow & pass in the input data to it. When an album cover is selected it should open up a menu with tracks from that album from which the user can select a song from.

sakofchit avatar Sep 05 '22 21:09 sakofchit