paurakhsharma / flutter_chord

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

Added option to hide lyric text and show only chords #29

Open claudemircasa opened 9 months ago

claudemircasa commented 9 months ago

I don't know if this makes sense for the project, but in my case having the possibility of hiding the lyrics and keeping just the chords is interesting. I added an option to LyricsRenderer called showText which is true by default, if false it will only display the chords.