Thank you for good library. I'm working on some extension for it on my project.
There is custom Linkifier example I've described in other issue here #124 (comment) .
It works, but would be nice cusmize it's style. So I'm wondering why List<InlineSpan>? buildTextSpanChildren() and TextSpan buildTextSpan() are global? I wish it would live inside any library's object. It that case I could do extends Linkify and override methods to handle my own LinkableElements.
Thank you.