marked_text 0.0.7 marked_text: ^0.0.7 copied to clipboard
Interpret text by marking certain sections with specified tokens, allowing for custom callbacks and styling
Changelog #
0.0.7 #
- Bump dependencies
0.0.6 #
- The marked text now internally has a map of all the Material Icons. This means that there is not the necessity to build with
--no-tree-shake-icons
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