paurakhsharma / flutter_chord

Lyrics Chord parser for Flutter
MIT License
24 stars 13 forks source link

User defined lyrics or url list #15

Closed aresrana closed 1 year ago

aresrana commented 2 years ago

First of all, I would like to thank you for this package. I was searching for such since many weeks. Is there any way to accomplish this with the list of URL that we parse through firebase ? As of now looks like we need to define the same widget multiple times for multiple lyrics ?

paurakhsharma commented 1 year ago

We don't need to define the same widget multiple times. You can have a list of lyrics and map over it to display them individually or use ListView.

If you are having an issue with it please provide an example of what you have tried already.

If this is unclear feel free to open the issue again.