-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chord overflows when it is in the end of the line #11
Comments
Thanks for this. This is an issue that we are aware of and plan to fix once time permits :) |
So I've been working on a fix for this. I've rewritten the code for processing the text and will hopefully be ready for testing shortly. |
Thanks, @auhsor looking forward to it. |
No problem. I'm getting quite close to getting this working. I've rewritten the code a bunch of times as different edge cases caused issues. |
Any update on this? |
Are you guy still maintaining this plugin? Otherwise, I need to find for other option cause my client is complaining this issue :D |
Send a PR @alexaung |
Hey @alexaung sorry about that. I am working on a fix for it. For now, you can include |
Ok, widgetPadding: 60, solved the issue. Thanks for workaround. |
this is work for dynamic font size??? I plan to add increse/decrease font size on my apps |
@fadhly-permata yes it will work for dynamic font size as well. |
Yep, I've tested. It's working for dynamic font size. Thanks @paurakhsharma |
@jtaxiexpress can you please show the example code. |
@paurakhsharma Thanks response
|
@jtaxiexpress looks like this is happening because you do not have space in your lyrics. And the line cannot break. Can you try again by adding space in the middle of your lyrics. This is the example lyrics I have used.
|
@paurakhsharma Thanks ! ex ) What should I do? |
@jtaxiexpress Oh that sounds interesting. Currently, this package splits the text if it cannot fit in a line from a |
@paurakhsharma Yes ! 。 is the English word . in English. |
it probably happens because the line breaking only watches the string size, not the chord size
The text was updated successfully, but these errors were encountered: