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.
- Host: GitHub
- URL: https://github.com/andyduke/styled_text_package
- Owner: andyduke
- License: bsd-3-clause
- Created: 2019-05-17T14:17:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T14:50:20.000Z (about 2 years ago)
- Last Synced: 2024-05-29T05:21:12.120Z (about 2 years ago)
- Topics: flutter, formatted-text, multilingual-applications, text, widget
- Language: Dart
- Homepage: https://pub.dev/packages/styled_text
- Size: 447 KB
- Stars: 72
- Watchers: 8
- Forks: 47
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)