andyduke / styled_text_package

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.
https://pub.dev/packages/styled_text
BSD 3-Clause "New" or "Revised" License
75 stars 48 forks source link

Symbols limit #17

Closed HulioEglesias closed 3 years ago

HulioEglesias commented 3 years ago

I insert a long text, but when it rendered, I see part of the text. It's about 824 symbols. So can I insert more text than 824?

andyduke commented 3 years ago

@HulioEglesias I've tested StyledText for long text, at least 1295 characters are output without truncation. I think that more will be displayed normally.