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
74 stars 48 forks source link

[QUESTION] Use StyledText inside TextField #66

Closed Alcachofraz closed 6 months ago

Alcachofraz commented 1 year ago

I was trying to hightlight some text inside a TextField, but Flutter seems to not support such operations.

Is there any way this package could help me? I went through the documentation, but couldn't find anything that could help me.

In other words, what I need is to use this package as a TextField, and not a as a simple Text widget.