marked_text 0.0.5 marked_text: ^0.0.5 copied to clipboard
Interpret text by marking certain sections with specified tokens, allowing for custom callbacks and styling
Changelog #
0.0.5 #
- Solved a small issue that caused the
MarkedText
widget to not be updated when the hot reload was executed
0.0.4 #
- Added the
defaultStyle
field to thespanBuilder
, so that spans can now receive as input the current style
0.0.3 #
- Added getter for global default text style
- Minor improvements
0.0.2 #
- Added global default text style
0.0.1 #
- Initial release