- Fix error about TargetPlatform.macOS
- Fix issue that Index out of range for overflow WidgetSpan
- Fix issue that TextPainter was not layout
- extract method for TextSelection
- codes base on 1.12.13+hotfix.5
- set limitation of flutter sdk >=1.12.13 <1.12.16
- Fix kMinInteractiveSize is missing in high version of flutter
- Fix text overflow about WidgetSpan
- Improve codes about selection
- Select all SpecialTextSpan which deleteAll is true when double tap or long tap
- Fix issue ImageSpan is not TextSpan
- Fix wrong selection offset
- Fix wrong text clip due to overflowspan
- Improve codes base on v1.7.8
- Support WidgetSpan (ExtendedWidgetSpan)
- Breaking change: Remove background parameter of [OverFlowTextSpan]
- Issue: Fix textEditingValue and textSelectionControls are not update when didUpdateWidget
- Feature: Support text selection
- Issue: Fix issue about rect of overFlowTextSpan
- Update extended_text_library
- Update path_provider 1.1.0
- Update extended_text_library Remove caretIn parameter(SpecialTextSpan) DeleteAll parameter has the same effect as caretIn parameter(SpecialTextSpan)
- Fix wrong background rect of OverFlowTextSpan when over flow area has image span
- Fix wrong background rect of OverFlowTextSpan(issue 6)
- Disabled informationCollector to keep backwards compatibility for now (ExtendedNetworkImageProvider)
- Add GestureRecognizer for ImageSpan
- Add demo to show image in photo view
- Handle image span load failed
- Update extended_text_library for cache folder is changed
- Update extended_text_library for BackgroundTextSpan
- Override compareTo method in BackgroundTextSpan and OverFlowTextSpan to Fix issue that it was error rendering
- Import extended_text_library
- Fix issue that tap exception throw when use OverFlowTextSpan
- 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
- Update path_provider version from 0.4.1 to 0.5.0+1
- Change SpecialTextGestureTapCallback input from string to dynamic
- Change BeforePaintImage function to BeforePaintTextImage Change AfterPaintImage function to AfterPaintTextImage
- Fix issue that BackgroundTextSpan has error clip.
- Add TextPainter wholeTextPainter for BackgroundTextSpan's paintBackground call back,so that you can get info for whole text painter.
- Fix issue that find TextPosition near overflow is not accurate.
- Use ExtendedTextOverflow to replace TextOverflow(new flutter sdk TextOverflow has new value TextOverflow.visible)
- Suport inline image, custom background ,custom over flow.