retromp3 / retro

an ipod classic for iOS/Android, built with Flutter
https://retromusic.co
MIT License
315 stars 20 forks source link

Coverflow #7

Open sakofchit opened 2 years ago

sakofchit commented 2 years ago

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

SinkuKumar commented 2 years ago

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?

sakofchit commented 2 years ago

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.