extended_text 0.4.9 extended_text: ^0.4.9 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.4.9] #
- fix wrong background rect of OverFlowTextSpan when over flow area has image span
[0.4.8] #
- fix wrong background rect of OverFlowTextSpan(issue 6)
[0.4.7] #
- disabled informationCollector to keep backwards compatibility for now (ExtendedNetworkImageProvider)
[0.4.5] #
- add GestureRecognizer for ImageSpan
- add demo to show image in photo view
[0.4.3] #
- handle image span load failed
[0.4.2] #
- update extended_text_library for cache folder is changed
[0.4.0] #
- update extended_text_library for BackgroundTextSpan
[0.3.9] #
- override compareTo method in BackgroundTextSpan and OverFlowTextSpan to fix issue that it was error rendering
[0.3.8] #
- import extended_text_library
[0.3.4] #
- fix issue that tap exception throw when use OverFlowTextSpan
[0.3.1] #
- add clearFailedCache parameter for CachedNetworkImage add clearLoadFailedImageMemoryCache method both them are used to clear image load failed memory cache, so that image will be reloaded
[0.2.9] #
- update path_provider version from 0.4.1 to 0.5.0+1
[0.2.8] #
- change SpecialTextGestureTapCallback input from string to dynamic
[0.2.7] #
- 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.