paurakhsharma / flutter_chord

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

Format verse numbers #22

Closed jeremiahlukus closed 10 months ago

jeremiahlukus commented 10 months ago

this is kind of messy and it doesnt add a new directive, however it does format the verse numbers is they are there

Screenshot 2023-10-30 at 2 37 12 PM

One thing to note is that it keeps the padding for the verse number if you have it or not which is something you may not want . I could add a var to LyricsRender called formatVerseNumber and wrap all of that in an if statement.

Screenshot 2023-10-30 at 2 39 59 PM

Like you said in your comment on my issue https://github.com/paurakhsharma/flutter_chord/issues/21#issuecomment-1784912255 Adding a new directive would be the ideal solution however this would require me to change 8k songs haha.

Let me know if you can work with this concept

jeremiahlukus commented 10 months ago

Im aligning stuff better than in the pics, but for our purpose assume they align correctly. If everything aligns correctly does this solution work for you

jeremiahlukus commented 10 months ago

I am happier with this:

Screenshot 2023-10-30 at 3 05 25 PM Screenshot 2023-10-30 at 3 05 40 PM
jeremiahlukus commented 10 months ago

Too much wrong, found a few issues i need to fix.