- improve codes base on v1.7.8
- support WidgetSpan (ExtendedWidgetSpan)
- update extended_text_library
- remove un-used codes in extended_text_selection
- update extended_text_library
- update path_provider 1.1.0
- uncomment getFullHeightForCaret method for 1.5.4-hotfix.2
- corret selection handles visibility for _updateSelectionExtentsVisibility method
- corret selection handles position for image textspan
- StrutStyle strutStyle is obsoleted, it will lead to bugs for image span size.
- fix selection handles blinking
- take care when TextSpan children is null
- update extended_text_library
- update extended_text_library 1.remove caretIn parameter(SpecialTextSpan) 2.deleteAll parameter has the same effect as caretIn parameter(SpecialTextSpan)
- fix caret position about image span
- add caretIn parameter(whether caret can move into special text for SpecialTextSpan(like a image span or @xxxx)) for SpecialTextSpan
- disabled informationCollector to keep backwards compatibility for now (ExtendedNetworkImageProvider)
- fix caret position for last one image span
- add image text demo
- fix position for specialTex
- fix caret position for image span
- only iterate textSpan.children to find SpecialTextSpan
- add BackgroundTextSpan, support to paint custom background
- handle TextEditingValue's composing
- improve codes to avoid unnecessary computation
- override compareTo method in SpecialTextSpan and ImageSpan to fix issue that image span or special text span was error rendering
- update limitation
- improve codes
- update limitation
- improve codes
- support special text amd inline image