Closed jeremiahlukus closed 1 year ago
Going to close this i think this might too custom to be in this package. If not let me know and ill reopen
Yes, I think this is too custom to be in a package. We can achieve this using the directive I mentioned in the issue. For your app maybe it's better if you add the intermediary step to convert your carry line to directive before passing it to LyricsRenderer, or maybe run a migration on your lyrics set if it is an asset, but if it comes from the server it might be little more tricky.
I agree, for now I'll keep pulling from my fork when I have time to reformat all my lyrics I'll add this. Other than that if i find more bugs I'll submit a PR.
Great, thank you so much.
i changed the example to
if the verse number is present move it to the side. linked to https://github.com/paurakhsharma/flutter_chord/issues/21
This does add a bit of padding to the side which i like, I wrap all of this in a if statement and pass in a new bool to LyricsRenderer called
formatVerse
if this is a change you want.