retro
retro copied to clipboard
Coverflow
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
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?
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.