extended_text 0.2.6
extended_text: ^0.2.6 copied to clipboard
extended official text to quickly build special text like inline image or @somebody,it also provide custom background,custom over flow.
0.2.6 #
- change BeforePaintImage function to BeforePaintTextImage change AfterPaintImage function to AfterPaintTextImage
0.2.5 #
- fix issue that BackgroundTextSpan has error clip.
0.2.4 #
- add TextPainter wholeTextPainter for BackgroundTextSpan's paintBackground call back,so that you can get info for whole text painter.
0.2.2 #
- fix issue that find TextPosition near overflow is not accurate.
0.2.1 #
- use ExtendedTextOverflow to replace TextOverflow(new flutter sdk TextOverflow has new value TextOverflow.visible)
0.1.8 #
- suport inline image, custom background ,custom over flow.