nikitadol / hyphenator

BSD 3-Clause "New" or "Revised" License
7 stars 8 forks source link

Roadmap #3

Open nikitadol opened 3 years ago

nikitadol commented 3 years ago

At the moment, this package almost makes no sense, since Flutter does not know how to arrange hyphens https://github.com/flutter/flutter/issues/18443

But Flutter can break words with soft hyphens

Q: Do I need to support this package now?

nikitadol commented 1 year ago

I'm working on a new version of my package (Small benchmark)

OldCode(RunTime): 1409.1112676056339 us.
NewCode(RunTime): 21.035592204213426 us.
xErik commented 1 year ago

Hi there, thought to let you know that I created a new version of your project.

https://pub.dev/packages/hyphenatorx/

The reason behind this is a bigger project I am working on and that I need more control for rapid development.

I left your license intact.

Thank your for developing the package!

nikitadol commented 1 year ago

Hi there, thought to let you know that I created a new version of your project.

https://pub.dev/packages/hyphenatorx/

The reason behind this is a bigger project I am working on and that I need more control for rapid development.

I left your license intact.

Thank your for developing the package!

Hi @xErik Could you please share what was missing in this package and what do you use it for (if not a secret)?

xErik commented 1 year ago

Sure!

The code is public, please have a look.

Also, you can adapt what you like :)