An open API service indexing awesome lists of open source software.

https://github.com/andyduke/styled_text_package

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.
https://github.com/andyduke/styled_text_package

flutter formatted-text multilingual-applications text widget

Last synced: over 1 year ago
JSON representation

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.

Awesome Lists containing this project

README

          

# StyledText

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.

Formatting is set in the text using **xml tags**, for which styles are defined separately. It is also possible to insert icons through tags for which icons are set in styles.

You can set the click handler for the tag, through a special style ActionTextStyle.

[See more](styled_text/README.md)